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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?勢 | 001111111001000010101000 | 3f90a8 |
EUC-JP | ?勢 | 001111111100000010101010 | 3fc0aa |
UTF-8 | 쀋勢 | 111011001000000010001011111001011000101110100010 | ec808be58ba2 |
UHC | 쀋勢 | 10010111110010111110000110100111 | 97cbe1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)