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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐱雫式 | 111110111110010110001110101101001000111010101110 | fbe58eb48eae |
EUC-JP | 鐱雫式 | 10001111111001011110001010111100101101101011110010110000 | 8fe5e2bcb6bcb0 |
UTF-8 | 鐱雫式 | 111010011001000010110001111010011001101110101011111001011011110010001111 | e990b1e99babe5bc8f |
UHC | ??式 | 00111111001111111110001111010010 | 3f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)