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 | ??~????LB | 001111110011111101111110001111110011111100111111001111110100110001000010 | 3f3f7e3f3f3f3f4c42 |
SJIS-WIN | ??~????LB | 001111110011111101111110001111110011111100111111001111110100110001000010 | 3f3f7e3f3f3f3f4c42 |
EUC-JP | ??~????LB | 001111110011111101111110001111110011111100111111001111110100110001000010 | 3f3f7e3f3f3f3f4c42 |
UTF-8 | 렻렒~렺읕걜나LB | 111010111010000010111011111010111010000010010010011111101110101110100000101110101110110010011101100101011110101010110001100111001110101110000010100110000100110001000010 | eba0bbeba0927eeba0baec9d95eab19ceb82984c42 |
UHC | 렻렒~렺읕걜나LB | 100011101100001110001110101001110111111010001110110000101100000011000100101100001100010010110011101010100100110001000010 | 8ec38ea77e8ec2c0c4b0c4b3aa4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)