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 | 莢遮射 | 111001001011000010001110110101011000111011001011 | e4b08ed58ecb |
EUC-JP | 莢遮射 | 111010001011001010111100110101111011110011001101 | e8b2bcd7bccd |
UTF-8 | 莢遮射 | 111010001000111010100010111010011000000110101110111001011011000010000100 | e88ea2e981aee5b084 |
UHC | 莢遮射 | 111110101111100011110011101101001101111011010010 | faf8f3b4ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)