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 | 菽昔錞 | 111001001100000110010000110011001111101111011011 | e4c190ccfbdb |
EUC-JP | 菽昔錞 | 11101000110000111100000011001110100011111110010011011100 | e8c3c0ce8fe4dc |
UTF-8 | 菽昔錞 | 111010001000111110111101111001101001100010010100111010011000110010011110 | e88fbde69894e98c9e |
UHC | 菽昔錞 | 111000101101110111100000101011101110001011110110 | e2dde0aee2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)