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 | 筴璽凜 | 111000101010011110001110101000111110101010100011 | e2a78ea3eaa3 |
EUC-JP | 筴璽凜 | 111001001010100110111100101001011111010010100101 | e4a9bca5f4a5 |
UTF-8 | 筴璽凜 | 111001111010110110110100111001111001001010111101111001011000011110011100 | e7adb4e792bde5879c |
UHC | ?璽凜 | 0011111111011111110111101101011111001111 | 3fdfded7cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)