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 | 犇耆鷯 | 111000001011010011100011110010111110101001011101 | e0b4e3cbea5d |
EUC-JP | 犇耆鷯 | 111000001011011011100110110011011111001110111110 | e0b6e6cdf3be |
UTF-8 | 犇耆鷯 | 111001111000101010000111111010001000000010000110111010011011011110101111 | e78a87e88086e9b7af |
UHC | ?耆? | 00111111110100011011110100111111 | 3fd1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)