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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 壓??壓??^ | 100110101101100000111111001111111001101011011000001111110011111101011110 | 9ad83f3f9ad83f3f5e |
EUC-JP | 壓??壓??^ | 110101001101101000111111001111111101010011011010001111110011111101011110 | d4da3f3fd4da3f3f5e |
UTF-8 | 壓꿩녂壓꿩녂^ | 11100101101000111001001111101010101111111010100111101011100001011000001011100101101000111001001111101010101111111010100111101011100001011000001001011110 | e5a393eabfa9eb8582e5a393eabfa9eb85825e |
UHC | 壓꿩녂壓꿩녂^ | 11100100111000101011001011100110100001101011101011100100111000101011001011100110100001101011101001011110 | e4e2b2e686bae4e2b2e686ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)