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 | 蒿ヤキ蒿ヤキ^ | 111001001110010011010100101101111110010011100100110101001011011101011110 | e4e4d4b7e4e4d4b75e |
EUC-JP | 蒿ヤキ蒿ヤキ^ | 11101000111001101000111011010100100011101011011111101000111001101000111011010100100011101011011101011110 | e8e68ed48eb7e8e68ed48eb75e |
UTF-8 | 蒿ヤキ蒿ヤキ^ | 11101000100100101011111111101111101111101001010011101111101111011011011111101000100100101011111111101111101111101001010011101111101111011011011101011110 | e892bfefbe94efbdb7e892bfefbe94efbdb75e |
UHC | 蒿??蒿??^ | 111110111101101000111111001111111111101111011010001111110011111101011110 | fbda3f3ffbda3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)