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 | 形朧? | 1000110001100000100111100100111100111111 | 8c609e4f3f |
EUC-JP | 形朧? | 1011011111000001110110111011000000111111 | b7c1dbb03f |
UTF-8 | 形朧렊 | 111001011011110110100010111001101001110010100111111010111010000010001010 | e5bda2e69ca7eba08a |
UHC | 形朧렊 | 111110111010000111010110111010001000111010100001 | fba1d6e88ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)