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 | 蝨ヲ闔ェ | 111001011001110010100110111010001000111010101010 | e59ca6e88eaa |
EUC-JP | 蝨ヲ闔ェ | 1110100111111100100011101010011011101111111011101000111010101010 | e9fc8ea6efee8eaa |
UTF-8 | 蝨ヲ闔ェ | 111010001001110110101000111011111011110110100110111010011001011110010100111011111011110110101010 | e89da8efbda6e99794efbdaa |
UHC | 蝨?闔? | 111000111010010000111111111110011110111100111111 | e3a43ff9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)