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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??直??直B | 001111110011111110010010101111000011111100111111100100101011110001000010 | 3f3f92bc3f3f92bc42 |
EUC-JP | ??直??直B | 001111110011111111000100101111100011111100111111110001001011111001000010 | 3f3fc4be3f3fc4be42 |
UTF-8 | 롅롆直롅롆直B | 11101011101000011000010111101011101000011000011011100111100110111011010011101011101000011000010111101011101000011000011011100111100110111011010001000010 | eba185eba186e79bb4eba185eba186e79bb442 |
UHC | 롅롆直롅롆直B | 10001110110010111000111011001100111100101100000110001110110010111000111011001100111100101100000101000010 | 8ecb8eccf2c18ecb8eccf2c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)