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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 譽f?B | 111001101010001110000010100001100011111101000010 | e6a382863f42 |
EUC-JP | 譽f?B | 111011001010010110100011111001100011111101000010 | eca5a3e63f42 |
UTF-8 | 譽f죸B | 11101000101011011011110111101111101111011000011011101100101000111011100001000010 | e8adbdefbd86eca3b842 |
UHC | 譽f죸B | 11100111111000101010001111100110101000011001001001000010 | e7e2a3e6a19242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)