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 | ヘ菷ャ | 11001101111001001100011010101100 | cde4c6ac |
EUC-JP | ヘ菷ャ | 100011101100110111101000110010001000111010101100 | 8ecde8c88eac |
UTF-8 | ヘ菷ャ | 111011111011111010001101111010001000111110110111111011111011110110101100 | efbe8de88fb7efbdac |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)