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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?パ??? | 001111111000001101110000001111110011111100111111 | 3f83703f3f3f |
EUC-JP | ?パ??? | 001111111010010111010001001111110011111100111111 | 3fa5d13f3f3f |
UTF-8 | 曆パ딄섐料 | 111011111010011010001011111000111000001110010001111010111001010010000100111011001000010010010000111011111010011010111110 | efa68be38391eb9484ec8490efa6be |
UHC | 曆パ딄섐料 | 11100110101101111010101111010001100010101110101010111100101010111110100011110111 | e6b7abd18aeabcabe8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)