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 | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
SJIS-WIN | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
EUC-JP | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
UTF-8 | 횂혡횄혻횂혩PB | 1110110110011010100000101110110110011000101000011110110110011010100001001110110110011000101110111110110110011010100000101110110110011000101010010101000001000010 | ed9a82ed98a1ed9a84ed98bbed9a82ed98a95042 |
UHC | 횂혡횄혻횂혩PB | 1100001110000010110000101000101011000011100000111100001010100000110000111000001011000010100100010101000001000010 | c382c28ac383c2a0c382c2915042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)