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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | セ赳セ疾] | 10111110111001101110000010111110100011101011111001011101 | bee6e0be8ebe5d |
EUC-JP | セ赳セ疾] | 100011101011111011101100111000101000111010111110101111001100000001011101 | 8ebeece28ebebcc05d |
UTF-8 | セ赳セ疾] | 11101111101111011011111011101000101101011011001111101111101111011011111011100111100101101011111001011101 | efbdbee8b5b3efbdbee796be5d |
UHC | ?赳?疾] | 00111111110100001010111100111111111100101111000001011101 | 3fd0af3ff2f05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)