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 | 庄頭? | 1000111110101111100100111010101000111111 | 8faf93aa3f |
EUC-JP | 庄頭? | 1011111010110001110001101010110000111111 | beb1c6ac3f |
UTF-8 | 庄頭뇬 | 111001011011101010000100111010011010000010101101111010111000011110101100 | e5ba84e9a0adeb87ac |
UHC | 庄頭뇬 | 111011011110010011010100111010011011010010100100 | ede4d4e9b4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)