To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湘ノ賁 | 1000111111000011110010011110011011001010 | 8fc3c9e6ca |
EUC-JP | 湘ノ賁 | 101111101100010110001110110010011110110011001100 | bec58ec9eccc |
UTF-8 | 湘ノ賁 | 111001101011100110011000111011111011111010001001111010001011001110000001 | e6b998efbe89e8b381 |
UHC | 湘?賁 | 1101111111001111001111111101110111010011 | dfcf3fddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)