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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逍ら「」 | 111001111001011010000010111001111010001010100011 | e79682e7a2a3 |
EUC-JP | 逍ら「」 | 1110110111110110101001001110100110001110101000101000111010100011 | edf6a4e98ea28ea3 |
UTF-8 | 逍ら「」 | 111010011000000010001101111000111000001010001001111011111011110110100010111011111011110110100011 | e9808de38289efbda2efbda3 |
UHC | 逍ら?? | 111000011100111010101010111010010011111100111111 | e1ceaae93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)