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 | 鉎自聿 | 111110111100011110001110101010011110001111100100 | fbc78ea9e3e4 |
EUC-JP | 鉎自聿 | 10001111111000111101111110111100101010111110011011100110 | 8fe3dfbcabe6e6 |
UTF-8 | 鉎自聿 | 111010011000100110001110111010001000011110101010111010001000000110111111 | e9898ee887aae881bf |
UHC | ?自聿 | 0011111111101101101110111110101111010011 | 3fedbbebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)