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 | 湿捨疾尞煮 | 10001110101111001000111011001100100011101011111011111010101010111000111011001111 | 8ebc8ecc8ebefaab8ecf |
EUC-JP | 湿捨疾尞煮 | 1011110010111110101111001100111010111100110000001000111110111010111010111011110011010001 | bcbebccebcc08fbaebbcd1 |
UTF-8 | 湿捨疾尞煮 | 111001101011100110111111111001101000110110101000111001111001011010111110111001011011000010011110111001111000010110101110 | e6b9bfe68da8e796bee5b09ee785ae |
UHC | ?捨疾?煮 | 0011111111011110110101111111001011110000001111111110110110110100 | 3fded7f2f03fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)