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 | 瀞篩? | 1001001111010010111000101011111100111111 | 93d2e2bf3f |
EUC-JP | 瀞篩? | 1100011011010100111001001100000100111111 | c6d4e4c13f |
UTF-8 | 瀞篩렫 | 111001111000000010011110111001111010111110101001111010111010000010101011 | e7809ee7afa9eba0ab |
UHC | 瀞篩렫 | 111011111110011111011110111010001000111010111001 | efe7dee88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)