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 | ?パ??墺 | 00111111100000110111000000111111001111111001101011010010 | 3f83703f3f9ad2 |
EUC-JP | ?パ??墺 | 00111111101001011101000100111111001111111101010011010100 | 3fa5d13f3fd4d4 |
UTF-8 | 曆パ딄틧墺 | 111011111010011010001011111000111000001110010001111010111001010010000100111011011000101110100111111001011010001010111010 | efa68be38391eb9484ed8ba7e5a2ba |
UHC | 曆パ딄틧墺 | 11100110101101111010101111010001100010101110101010111010100100011110011111110010 | e6b7abd18aeaba91e7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)