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 | 湿璽湿篝痔 | 10001110101111001000111010100011100011101011110011100010101111101000111010100100 | 8ebc8ea38ebce2be8ea4 |
EUC-JP | 湿璽湿篝痔 | 10111100101111101011110010100101101111001011111011100100110000001011110010100110 | bcbebca5bcbee4c0bca6 |
UTF-8 | 湿璽湿篝痔 | 111001101011100110111111111001111001001010111101111001101011100110111111111001111010111110011101111001111001011110010100 | e6b9bfe792bde6b9bfe7af9de79794 |
UHC | ?璽??痔 | 00111111110111111101111000111111001111111111011011000000 | 3fdfde3f3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)