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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 枝鞨?捧聆] | 10001110011111011110100011100000001111111001010111111001111000111101011101011101 | 8e7de8e03f95f9e3d75d |
EUC-JP | 枝鞨?捧聆] | 10111011110111101111000011100010001111111100101011111011111001101101100101011101 | bbdef0e23fcafbe6d95d |
UTF-8 | 枝鞨렡捧聆] | 11100110100111101001110111101001100111101010100011101011101000001010000111100110100011011010011111101000100000011000011001011101 | e69e9de99ea8eba0a1e68da7e881865d |
UHC | 枝鞨렡捧聆] | 1111001010101011110010101110101010001110101100101101110011101001110101101100000001011101 | f2abcaea8eb2dce9d6c05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)