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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 屋l?茵? | 1000100110101110100000101000110000111111111001001001111100111111 | 89ae828c3fe49f3f |
EUC-JP | 屋l?茵? | 1011001010110000101000111110110000111111111010001010000100111111 | b2b0a3ec3fe8a13f |
UTF-8 | 屋l뢾茵뛧 | 111001011011000110001011111011111011110110001100111010111010001010111110111010001000110010110101111010111001101110100111 | e5b18befbd8ceba2bee88cb5eb9ba7 |
UHC | 屋l뢾茵뛧 | 11101000101010011010001111101100100011111000000111101100111000001000110101101010 | e8a9a3ec8f81ece08d6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)