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 | 闌ッ蛹サ蝨ュ | 111010001000110010101111111001011000110010111011111001011001110010101101 | e88cafe58cbbe59cad |
EUC-JP | 闌ッ蛹サ蝨ュ | 111011111110110010001110101011111110100111101100100011101011101111101001111111001000111010101101 | efec8eafe9ec8ebbe9fc8ead |
UTF-8 | 闌ッ蛹サ蝨ュ | 111010011001011110001100111011111011110110101111111010001001101110111001111011111011110110111011111010001001110110101000111011111011110110101101 | e9978cefbdafe89bb9efbdbbe89da8efbdad |
UHC | ????蝨? | 00111111001111110011111100111111111000111010010000111111 | 3f3f3f3fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)