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 | 枝?才???^ | 100011100111110100111111100011011100101100111111001111110011111101011110 | 8e7d3f8dcb3f3f3f5e |
EUC-JP | 枝?才???^ | 101110111101111000111111101110101100110100111111001111110011111101011110 | bbde3fbacd3f3f3f5e |
UTF-8 | 枝렕才렯裡렖^ | 11100110100111101001110111101011101000001001010111100110100010011000110111101011101000001010111111101111101001111010100011101011101000001001011001011110 | e69e9deba095e6898deba0afefa7a8eba0965e |
UHC | 枝렕才렯裡렖^ | 11110010101010111000111010101010111011101010011010001110101111001110110011000001100011101010101101011110 | f2ab8eaaeea68ebcecc18eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)