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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???飾 | 0011111100111111001111111000111111111100 | 3f3f3f8ffc |
EUC-JP | ???飾 | 0011111100111111001111111011111011111110 | 3f3f3fbefe |
UTF-8 | 秊곦돶飾 | 111011111010011010010101111010101011001110100110111010111000111110110110111010011010001110111110 | efa695eab3a6eb8fb6e9a3be |
UHC | 秊곦돶飾 | 1110011011011100100000011110010010001001101110011110001111011110 | e6dc81e489b9e3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)