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 | 猾沍パ | 111000001100111110011111100011001000001101110000 | e0cf9f8c8370 |
EUC-JP | 猾沍パ | 111000001101000111011101111011001010010111010001 | e0d1ddeca5d1 |
UTF-8 | 猾沍パ | 111001111000110010111110111001101011001010001101111000111000001110010001 | e78cbee6b28de38391 |
UHC | 猾?パ | 1111110011000010001111111010101111010001 | fcc23fabd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)