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 | 蒻¥十 | 111001001110100010000001100011111000111101011100 | e4e8818f8f5c |
EUC-JP | 蒻¥十 | 111010001110101010100001111011111011110110111101 | e8eaa1efbdbd |
UTF-8 | 蒻¥十 | 111010001001001010111011111011111011111110100101111001011000110110000001 | e892bbefbfa5e58d81 |
UHC | 蒻¥十 | 111001011011011010100001110011011110010010101000 | e5b6a1cde4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)