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 | 陷岩造 | 111010001001110010001010111000101001000110100010 | e89c8ae291a2 |
EUC-JP | 陷岩造 | 111011111111110010110100111001001100001010100100 | effcb4e4c2a4 |
UTF-8 | 陷岩造 | 111010011001100110110111111001011011001010101001111010011000000010100000 | e999b7e5b2a9e980a0 |
UHC | 陷岩造 | 111110011110100011100100110110111111000011100011 | f9e8e4dbf0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)