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 | 髢シ迚吝徐 | 111010011001011010111100111001111000100110011001111001011000111110011001 | e996bce78999e58f99 |
EUC-JP | 髢シ迚吝徐 | 11110001111101101000111010111100111011011110100111010010111001111011110111111001 | f1f68ebcede9d2e7bdf9 |
UTF-8 | 髢シ迚吝徐 | 111010011010101110100010111011111011110110111100111010001011111110011010111001011001000010011101111001011011111010010000 | e9aba2efbdbce8bf9ae5909de5be90 |
UHC | ???吝徐 | 00111111001111110011111111010111111100001101111111101111 | 3f3f3fd7f0dfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)