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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襪牛ソ諤f漆 | 1110011001000011100010111000110110111111111001101000000010000010100001101000111010111101 | e6438b8dbfe68082868ebd |
EUC-JP | 襪牛ソ諤f漆 | 111010111010010010110101111011011000111010111111111010111110000010100011111001101011110010111111 | eba4b5ed8ebfebe0a3e6bcbf |
UTF-8 | 襪牛ソ諤f漆 | 111010001010010110101010111001111000100110011011111011111011110110111111111010001010101110100100111011111011110110000110111001101011110010000110 | e8a5aae7899befbdbfe8aba4efbd86e6bc86 |
UHC | 襪牛??f漆 | 11011000110010101110100111011010001111110011111110100011111001101111011011010100 | d8cae9da3f3fa3e6f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)