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 | 癲ζ? | 1110000110011111100000111100010000111111 | e19f83c43f |
EUC-JP | 癲ζ? | 1110001010100001101001101100011000111111 | e2a1a6c63f |
UTF-8 | 癲ζ럼 | 1110011110011001101100101100111010110110111010111001111110111100 | e799b2ceb6eb9fbc |
UHC | 癲ζ럼 | 111011111010011010100101111001101011011110110011 | efa6a5e6b7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)