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 | 紲種宗絨 | 1110001101000111100011101110110110001111010000001110001101001111 | e3478eed8f40e34f |
EUC-JP | 紲種宗絨 | 1110010110101000101111001110111110111101101000011110010110110000 | e5a8bcefbda1e5b0 |
UTF-8 | 紲種宗絨 | 111001111011010010110010111001111010100010101110111001011010111010010111111001111011010110101000 | e7b4b2e7a8aee5ae97e7b5a8 |
UHC | ?種宗絨 | 00111111111100001111101011110000111100111110101111010110 | 3ff0faf0f3ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)