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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訒伜ョ榊 | 11111011101000111001100011100101101011101000110111100101 | fba398e5ae8de5 |
EUC-JP | 訒伜ョ榊 | 100011111101110111001000110100001110011110001110101011101011101011100111 | 8fddc8d0e78eaebae7 |
UTF-8 | 訒伜ョ榊 | 111010001010100010010010111001001011110010011100111011111011110110101110111001101010011010001010 | e8a892e4bc9cefbdaee6a68a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)