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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 跼槫ョ肴B | 11100110111100001001111011100101101011101000110111100110111101011001010001000010 | e6f09ee5ae8de6f59442 |
EUC-JP | 跼槫ョ肴?B | 11101100111100101101110011100111100011101010111010111010111010000011111101000010 | ecf2dce78eaebae83f42 |
UTF-8 | 跼槫ョ肴B | 11101000101101111011110011100110101001111010101111101111101111011010111011101000100000101011010011101110100011111011111101000010 | e8b7bce6a7abefbdaee882b4ee8fbf42 |
UHC | ???肴?B | 00111111001111110011111111111101101000100011111101000010 | 3f3f3ffda23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)