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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セ釵シ鴉 | 1111000010111101101111101110011111011110101111001110100111101011 | f0bdbee7debce9eb |
EUC-JP | ?セ釵シ鴉 | 001111111000111010111110111011101110000010001110101111001111001011101101 | 3f8ebeeee08ebcf2ed |
UTF-8 | セ釵シ鴉 | 111011101000000110111100111011111011110110111110111010011000011110110101111011111011110110111100111010011011010010001001 | ee81bcefbdbee987b5efbdbce9b489 |
UHC | ??釵?鴉 | 00111111001111111111001111111011001111111110010010111100 | 3f3ff3fb3fe4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)