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?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ?悳ゴB?? | 0011111110011100011110111000001101010011010000100011111100111111 | 3f9c7b8353423f3f |
EUC-JP | ?悳ゴB?? | 0011111111010111110111001010010110110100010000100011111100111111 | 3fd7dca5b4423f3f |
UTF-8 | 룶悳ゴB룵엌 | 11101011101000111011011011100110100000101011001111100011100000101011010001000010111010111010001110110101111011001001011110001100 | eba3b6e682b3e382b442eba3b5ec978c |
UHC | 룶悳ゴB룵엌 | 1000111110101011110100111110110110101011101101000100001010001111101010101011111011111101 | 8fabd3edabb4428faabefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)