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 | 藥θ? | 1110010101011010100000111100011000111111 | e55a83c63f |
EUC-JP | 藥θ? | 1110100110111011101001101100100000111111 | e9bba6c83f |
UTF-8 | 藥θ닋 | 1110100010010111101001011100111010111000111010111000101110001011 | e897a5ceb8eb8b8b |
UHC | 藥θ닋 | 111001011011011110100101111010001000100010010010 | e5b7a5e88892 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)