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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ??コ??h | 00111111001111111000001101010010001111110011111101101000 | 3f3f83523f3f68 |
EUC-JP | ??コ??h | 00111111001111111010010110110011001111110011111101101000 | 3f3fa5b33f3f68 |
UTF-8 | 룴횕コ룵엌h | 11101011101000111011010011101101100110101001010111100011100000101011001111101011101000111011010111101100100101111000110001101000 | eba3b4ed9a95e382b3eba3b5ec978c68 |
UHC | 룴횕コ룵엌h | 1000111110101001110000111000111110101011101100111000111110101010101111101111110101101000 | 8fa9c38fabb38faabefd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)