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 | 罌葛山 | 111000111010000010001010100010111000111001010010 | e3a08a8b8e52 |
EUC-JP | 罌葛山 | 111001101010001010110011111010111011101110110011 | e6a2b3ebbbb3 |
UTF-8 | 罌葛山 | 111001111011110110001100111010001001000110011011111001011011000110110001 | e7bd8ce8919be5b1b1 |
UHC | 罌葛山 | 111001011010001011001010111001111101111110100011 | e5a2cae7dfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)