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??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | 鴫Pヌ「 | 111100001100000010001110101100000101000011110001111000011100011110100010 | f0c08eb050f1e1c7a2 |
EUC-JP | ?鴫P?ヌ「 | 001111111011110010110010010100000011111110001110110001111000111010100010 | 3fbcb2503f8ec78ea2 |
UTF-8 | 鴫Pヌ「 | 11101110100000011011111111101001101101001010101101010000111011101000010110011100111011111011111010000111111011111011110110100010 | ee81bfe9b4ab50ee859cefbe87efbda2 |
UHC | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)