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 | ֋xB | 1000100011110111111000110111100001000010 | 88f7e37842 |
SJIS-WIN | ?÷?xB | 001111111000000110000000001111110111100001000010 | 3f81803f7842 |
EUC-JP | ?֋xB | 0011111110100001111000001000111110101011101010100111100001000010 | 3fa1e08fabaa7842 |
UTF-8 | ֋xB | 1100001010001000110000111011011111000011101000110111100001000010 | c288c3b7c3a37842 |
UHC | ?÷?xB | 001111111010000111000000001111110111100001000010 | 3fa1c03f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)