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 | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 餓??LB | 100010011110110000111111001111110100110001000010 | 89ec3f3f4c42 |
EUC-JP | 餓??LB | 101100101110111000111111001111110100110001000010 | b2ee3f3f4c42 |
UTF-8 | 餓뽨퓱LB | 1110100110100100100100111110101110111101101010001110110110010011101100010100110001000010 | e9a493ebbda8ed93b14c42 |
UHC | 餓뽨퓱LB | 1110010010111011100101101110010010111111100101110100110001000010 | e4bb96e4bf974c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)