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 | 亨i? | 1000101110011100100000101000100100111111 | 8b9c82893f |
EUC-JP | 亨i? | 1011010111111100101000111110100100111111 | b5fca3e93f |
UTF-8 | 亨i눈 | 111001001011101010101000111011111011110110001001111010111000100010001000 | e4baa8efbd89eb8888 |
UHC | 亨i눈 | 111110101111101110100011111010011011010010101011 | fafba3e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)