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 | 場ロ煮 | 1000111111101010110110111000111011001111 | 8feadb8ecf |
EUC-JP | 場ロ煮 | 101111101110110010001110110110111011110011010001 | beec8edbbcd1 |
UTF-8 | 場ロ煮 | 111001011010000010110100111011111011111010011011111001111000010110101110 | e5a0b4efbe9be785ae |
UHC | 場?煮 | 1110110111011110001111111110110110110100 | edde3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)