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 | 1111001010101000100011101010111001010000111100101010100010001110101011100101000001000010 | f2a88eae50f2a88eae5042 |
EUC-JP | ?式P?式PB | 001111111011110010110000010100000011111110111100101100000101000001000010 | 3fbcb0503fbcb05042 |
UTF-8 | 式P式PB | 111011101000011110011111111001011011110010001111010100001110111010000111100111111110010110111100100011110101000001000010 | ee879fe5bc8f50ee879fe5bc8f5042 |
UHC | ?式P?式PB | 001111111110001111010010010100000011111111100011110100100101000001000010 | 3fe3d2503fe3d25042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)