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 | 冶?ⅰ冶?ⅰ^ | 1001011011101000001111111111101001000000100101101110100000111111111110100100000001011110 | 96e83ffa4096e83ffa405e |
EUC-JP | 冶??冶??^ | 110011001110101000111111001111111100110011101010001111110011111101011110 | ccea3f3fccea3f3f5e |
UTF-8 | 冶싨ⅰ冶싨ⅰ^ | 11100101100001101011011011101100100010111010100011100010100001011011000011100101100001101011011011101100100010111010100011100010100001011011000001011110 | e586b6ec8ba8e285b0e586b6ec8ba8e285b05e |
UHC | 冶싨ⅰ冶싨ⅰ^ | 11100101101001111001101011100110101001011010000111100101101001111001101011100110101001011010000101011110 | e5a79ae6a5a1e5a79ae6a5a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)