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 | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
SJIS-WIN | ??p??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
EUC-JP | ??p??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
UTF-8 | 렻렔p렻렔pB | 111010111010000010111011111010111010000010010100011100001110101110100000101110111110101110100000100101000111000001000010 | eba0bbeba09470eba0bbeba0947042 |
UHC | 렻렔p렻렔pB | 1000111011000011100011101010100101110000100011101100001110001110101010010111000001000010 | 8ec38ea9708ec38ea97042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)