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 | ???魏?? | 00111111001111110011111111101001101100000011111100111111 | 3f3f3fe9b03f3f |
EUC-JP | ???魏?? | 00111111001111110011111111110010101100100011111100111111 | 3f3f3ff2b23f3f |
UTF-8 | 劣믪꼪魏뤷뿗 | 111011111010011010011101111010111010111110101010111010101011110010101010111010011010110110001111111010111010010010110111111010111011111110010111 | efa69debafaaeabcaae9ad8feba4b7ebbf97 |
UHC | 劣믪꼪魏뤷뿗 | 111001101110101110010010111011001000010010000111111010101110000010001111111001011001011110011010 | e6eb92ec8487eae08fe5979a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)