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 | 湿捨疾濵煮 | 10001110101111001000111011001100100011101011111011111011010011011000111011001111 | 8ebc8ecc8ebefb4d8ecf |
EUC-JP | 湿捨疾濵煮 | 1011110010111110101111001100111010111100110000001000111111001001101001101011110011010001 | bcbebccebcc08fc9a6bcd1 |
UTF-8 | 湿捨疾濵煮 | 111001101011100110111111111001101000110110101000111001111001011010111110111001101011111110110101111001111000010110101110 | e6b9bfe68da8e796bee6bfb5e785ae |
UHC | ?捨疾?煮 | 0011111111011110110101111111001011110000001111111110110110110100 | 3fded7f2f03fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)