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 | 沃κ?沃 | 10010111100000001000001111001000001111111001011110000000 | 978083c83f9780 |
EUC-JP | 沃κ?沃 | 11001101111000001010011011001010001111111100110111100000 | cde0a6ca3fcde0 |
UTF-8 | 沃κ엮沃 | 1110011010110010100000111100111010111010111011001001011110101110111001101011001010000011 | e6b283cebaec97aee6b283 |
UHC | 沃κ엮沃 | 1110100010101010101001011110101010111111101010111110100010101010 | e8aaa5eabfabe8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)