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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 溜쇌틪z溜쇌틪zB | 111011111010011110001011111011001000011110001100111011011000101110101010011110101110111110100111100010111110110010000111100011001110110110001011101010100111101001000010 | efa78bec878ced8baa7aefa78bec878ced8baa7a42 |
UHC | 溜쇌틪z溜쇌틪zB | 111010101111111010111100111001001011101010010100011110101110101011111110101111001110010010111010100101000111101001000010 | eafebce4ba947aeafebce4ba947a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)