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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???乙?? | 00111111001111110011111110001001101100110011111100111111 | 3f3f3f89b33f3f |
EUC-JP | ???乙?? | 00111111001111110011111110110010101101010011111100111111 | 3f3f3fb2b53f3f |
UTF-8 | 黎싳뼏乙삥콢 | 111011111010011010001001111011001000101110110011111010111011110010001111111001001011100110011001111011001000001010100101111011001011110110100010 | efa689ec8bb3ebbc8fe4b999ec82a5ecbda2 |
UHC | 黎싳뼏乙삥콢 | 111001101011000110011010111011001001011010010111111010111110000010111011111001101011000110011010 | e6b19aec9697ebe0bbe6b19a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)