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 | ?納拔?? | 00111111100101000101101110011101010101010011111100111111 | 3f945b9d553f3f |
EUC-JP | ?納拔?? | 00111111110001111011110011011001101101100011111100111111 | 3fc7bcd9b63f3f |
UTF-8 | 룶納拔礖쥚 | 111010111010001110110110111001111011010010001101111001101000101110010100111001111010010010010110111011001010010110011010 | eba3b6e7b48de68b94e7a496eca59a |
UHC | 룶納拔礖쥚 | 10001111101010111101001010100001110110101111101111100110101001101010001010001111 | 8fabd2a1dafbe6a6a28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)