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 | 攸れ? | 1001110110111111100000101110101000111111 | 9dbf82ea3f |
EUC-JP | 攸れ? | 1101101011000001101001001110110000111111 | dac1a4ec3f |
UTF-8 | 攸れ눊 | 111001101001010010111000111000111000001010001100111010111000100010001010 | e694b8e3828ceb888a |
UHC | 攸れ눊 | 111010101111001010101010111011001000011110101000 | eaf2aaec87a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)