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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 劣믪꼪鱗쇔죰 | 111011111010011010011101111010111010111110101010111010101011110010101010111011111010011110110010111011001000011110010100111011001010001110110000 | efa69debafaaeabcaaefa7b2ec8794eca3b0 |
UHC | 劣믪꼪鱗쇔죰 | 111001101110101110010010111011001000010010000111111011001110011110111100111001011010000110001011 | e6eb92ec8487ece7bce5a18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)