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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 沃?沃?B | 10010111100000000011111110010111100000000011111101000010 | 97803f97803f42 |
EUC-JP | 沃?沃?B | 11001101111000000011111111001101111000000011111101000010 | cde03fcde03f42 |
UTF-8 | 沃덣沃덣B | 11100110101100101000001111101011100011011010001111100110101100101000001111101011100011011010001101000010 | e6b283eb8da3e6b283eb8da342 |
UHC | 沃덣沃덣B | 111010001010101010001000111111101110100010101010100010001111111001000010 | e8aa88fee8aa88fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)