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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?窈?窈B | 00111111111000100111011100111111111000100111011101000010 | 3fe2773fe27742 |
EUC-JP | ?窈?窈B | 00111111111000111101100000111111111000111101100001000010 | 3fe3d83fe3d842 |
UTF-8 | 롍窈롍窈B | 11101011101000011000110111100111101010101000100011101011101000011000110111100111101010101000100001000010 | eba18de7aa88eba18de7aa8842 |
UHC | 롍窈롍窈B | 100011101101001111101001101000011000111011010011111010011010000101000010 | 8ed3e9a18ed3e9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)