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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?℡?節?? | 0011111110000111100001000011111110010000110111110011111100111111 | 3f87843f90df3f3f |
EUC-JP | 饔??節?? | 100011111110100011101111001111110011111111000000111000010011111100111111 | 8fe8ef3f3fc0e13f3f |
UTF-8 | 饔℡퉶節삼쉘 | 111010011010010110010100111000101000010010100001111011011000100110110110111001111010111110000000111011001000001010111100111011001000100110011000 | e9a594e284a1ed89b6e7af80ec82bcec8998 |
UHC | 饔℡퉶節삼쉘 | 111010001011110110100010111001011011100110001110111011111011110110111011111011111011110110101001 | e8bda2e5b98eefbdbbefbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)