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 | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
SJIS-WIN | 弔?P弔?PB | 100100101010001000111111010100001001001010100010001111110101000001000010 | 92a23f5092a23f5042 |
EUC-JP | 弔?P弔?PB | 110001001010010000111111010100001100010010100100001111110101000001000010 | c4a43f50c4a43f5042 |
UTF-8 | 弔렟P弔렟PB | 111001011011110010010100111010111010000010011111010100001110010110111100100101001110101110100000100111110101000001000010 | e5bc94eba09f50e5bc94eba09f5042 |
UHC | 弔렟P弔렟PB | 1111000011000000100011101011000001010000111100001100000010001110101100000101000001000010 | f0c08eb050f0c08eb05042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)