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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セセ霙 | 101111101011111011101000110000101111001011101110 | bebee8c2f2ee |
EUC-JP | セセ霙? | 10001110101111101000111010111110111100001100010000111111 | 8ebe8ebef0c43f |
UTF-8 | セセ霙 | 111011111011110110111110111011111011110110111110111010011001110010011001111011101000100010100101 | efbdbeefbdbee99c99ee88a5 |
UHC | ??霙? | 0011111100111111111001111100111000111111 | 3f3fe7ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)