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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | ?悅腥d | 001111111111101010111101111001000100100001100100 | 3ffabde44864 |
EUC-JP | ??腥d | 0011111100111111111001111010100101100100 | 3f3fe7a964 |
UTF-8 | 뽮悅腥d | 11101011101111011010111011100110100000101000010111101000100001011010010101100100 | ebbdaee68285e885a564 |
UHC | 뽮悅腥d | 10010110111010101110011011101101111000011010001101100100 | 96eae6ede1a364 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)