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 | 沃κ? | 1001011110000000100000111100100000111111 | 978083c83f |
EUC-JP | 沃κ? | 1100110111100000101001101100101000111111 | cde0a6ca3f |
UTF-8 | 沃κ옌 | 1110011010110010100000111100111010111010111011001001100010001100 | e6b283cebaec988c |
UHC | 沃κ옌 | 111010001010101010100101111010101011111110111010 | e8aaa5eabfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)