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 | 鰀疾襃 | 111111000100011010001110101111101110010111101111 | fc468ebee5ef |
EUC-JP | 鰀疾襃 | 10001111111010111010010110111100110000001110101011110001 | 8feba5bcc0eaf1 |
UTF-8 | 鰀疾襃 | 111010011011000010000000111001111001011010111110111010001010010110000011 | e9b080e796bee8a583 |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)