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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 噎畚噪噎畚噪B | 10011010011110001110000101011100100110101000010010011010011110001110000101011100100110101000010001000010 | 9a78e15c9a849a78e15c9a8442 |
EUC-JP | 噎畚噪噎畚噪B | 11010011110110011110000110111101110100111110010011010011110110011110000110111101110100111110010001000010 | d3d9e1bdd3e4d3d9e1bdd3e442 |
UTF-8 | 噎畚噪噎畚噪B | 11100101100110011000111011100111100101011001101011100101100110011010101011100101100110011000111011100111100101011001101011100101100110011010101001000010 | e5998ee7959ae599aae5998ee7959ae599aa42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)