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 | 曄ζ? | 1001111001000000100000111100010000111111 | 9e4083c43f |
EUC-JP | 曄ζ? | 1101101110100001101001101100011000111111 | dba1a6c63f |
UTF-8 | 曄ζ톽 | 1110011010011011100001001100111010110110111011011000011010111101 | e69b84ceb6ed86bd |
UHC | 曄ζ톽 | 111001111010010110100101111001101011011110001111 | e7a5a5e6b78f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)