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 | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-WIN | 譽壼擱蛛エZ | 11100110101000111001101011100101100111011010011011100101100000011011010001011010 | e6a39ae59da6e581b45a |
EUC-JP | 譽壼擱蛛エZ | 1110110010100101110101001110011111011010101010001110100111100001100011101011010001011010 | eca5d4e7daa8e9e18eb45a |
UTF-8 | 譽壼擱蛛エZ | 11101000101011011011110111100101101000111011110011100110100100111011000111101000100110111001101111101111101111011011010001011010 | e8adbde5a3bce693b1e89b9befbdb45a |
UHC | 譽??蛛?Z | 1110011111100010001111110011111111110001110010000011111101011010 | e7e23f3ff1c83f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)