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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 顏抱梢B | 11101000111110001001010111111000100011111011110101000010 | e8f895f88fbd42 |
EUC-JP | 顏抱梢B | 11110000111110101100101011111010101111101011111101000010 | f0facafabebf42 |
UTF-8 | 顏抱梢B | 11101001101000011000111111100110100010101011000111100110101000101010001001000010 | e9a18fe68ab1e6a2a242 |
UHC | ?抱梢B | 001111111111100011011001111101001111111001000010 | 3ff8d9f4fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)