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 | マトクヨ | 11001111110001001011100011010110 | cfc4b8d6 |
EUC-JP | マトクヨ | 1000111011001111100011101100010010001110101110001000111011010110 | 8ecf8ec48eb88ed6 |
UTF-8 | マトクヨ | 111011111011111010001111111011111011111010000100111011111011110110111000111011111011111010010110 | efbe8fefbe84efbdb8efbe96 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)