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 | 疫?????^ | 1000100101110101001111110011111100111111001111110011111101011110 | 89753f3f3f3f3f5e |
EUC-JP | 疫??滎??^ | 10110001110101100011111100111111100011111100100010111001001111110011111101011110 | b1d63f3f8fc8b93f3f5e |
UTF-8 | 疫쒒눈滎쒐댚^ | 11100111100101101010101111101100100100101001001011101011100010001000100011100110101110111000111011101100100100101001000011101011100011001001101001011110 | e796abec9292eb8888e6bb8eec9290eb8c9a5e |
UHC | 疫쒒눈滎쒐댚^ | 11100110101110011001110011101001101101001010101111111011101000111001110011100111100010001011111001011110 | e6b99ce9b4abfba39ce788be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)