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 | 111011111010011110001011111010111001110110010101111011001010000010100110011110101110111110100111100010111110101110011101100101011110110010100000101001100111101001000010 | efa78beb9d95eca0a67aefa78beb9d95eca0a67a42 |
UHC | 溜띕젦z溜띕젦zB | 111010101111111010110110111010111010000010011110011110101110101011111110101101101110101110100000100111100111101001000010 | eafeb6eba09e7aeafeb6eba09e7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)