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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 臓達側蔵^ | 100100011001111110010010010000101001000110100100100100011010000001011110 | 919f924291a491a05e |
EUC-JP | 臓達側蔵^ | 110000101010000111000011101000111100001010100110110000101010001001011110 | c2a1c3a3c2a6c2a25e |
UTF-8 | 臓達側蔵^ | 11101000100001111001001111101001100000011001010011100101100000011011010011101000100101001011010101011110 | e88793e98194e581b4e894b55e |
UHC | ?達側?^ | 00111111110100111011100111110110101100000011111101011110 | 3fd3b9f6b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)