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 | BWO | 1001101001000010010101111001011101001111 | 9a4257974f |
SJIS-WIN | ?BW?O | 0011111101000010010101110011111101001111 | 3f42573f4f |
EUC-JP | ?BW?O | 0011111101000010010101110011111101001111 | 3f42573f4f |
UTF-8 | BWO | 11000010100110100100001001010111110000101001011101001111 | c29a4257c2974f |
UHC | ?BW?O | 0011111101000010010101110011111101001111 | 3f42573f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)