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 | 100111001001011000111111001111111001110010010110001111110011111101000010 | 9c963f3f9c963f3f42 |
EUC-JP | 恂??恂??B | 110101111111011000111111001111111101011111110110001111110011111101000010 | d7f63f3fd7f63f3f42 |
UTF-8 | 恂띲긾恂띲긾B | 11100110100000011000001011101011100111011011001011101010101110001011111011100110100000011000001011101011100111011011001011101010101110001011111001000010 | e68182eb9db2eab8bee68182eb9db2eab8be42 |
UHC | 恂띲긾恂띲긾B | 11100010111000011000110111100011100000111000001011100010111000011000110111100011100000111000001001000010 | e2e18de38382e2e18de3838242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)