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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?賞? | 00111111100011111101110000111111 | 3f8fdc3f |
EUC-JP | ?賞? | 00111111101111101101111000111111 | 3fbede3f |
UTF-8 | 잏賞잏 | 111011001001111010001111111010001011001110011110111011001001111010001111 | ec9e8fe8b39eec9e8f |
UHC | 잏賞잏 | 100111111110011111011111110110111001111111100111 | 9fe7dfdb9fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)