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 | 111011111010011110001011111011001000011110110000111011001010010010000011011110101110111110100111100010111110110010000111101100001110110010100100100000110111101001000010 | efa78bec87b0eca4837aefa78bec87b0eca4837a42 |
UHC | 溜쇰줃z溜쇰줃zB | 111010101111111010111100111010111010000110011010011110101110101011111110101111001110101110100001100110100111101001000010 | eafebceba19a7aeafebceba19a7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)