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 | 001111110011111100111111011100000011111100111111001111110111000001000010 | 3f3f3f703f3f3f7042 |
SJIS-WIN | ???p???pB | 001111110011111100111111011100000011111100111111001111110111000001000010 | 3f3f3f703f3f3f7042 |
EUC-JP | ???p???pB | 001111110011111100111111011100000011111100111111001111110111000001000010 | 3f3f3f703f3f3f7042 |
UTF-8 | 렻┙렔p렻┙렔pB | 111010111010000010111011111000101001010010011001111010111010000010010100011100001110101110100000101110111110001010010100100110011110101110100000100101000111000001000010 | eba0bbe29499eba09470eba0bbe29499eba0947042 |
UHC | 렻┙렔p렻┙렔pB | 100011101100001110100110110001001000111010101001011100001000111011000011101001101100010010001110101010010111000001000010 | 8ec3a6c48ea9708ec3a6c48ea97042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)