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 | 辷セ驤作揆 | 111001111000100010111110111010011000100010001101111011001001110110000100 | e788bee9888dec9d84 |
EUC-JP | 辷セ驤作揆 | 11101101111010001000111010111110111100011110100010111010111011101101100111100100 | ede88ebef1e8baeed9e4 |
UTF-8 | 辷セ驤作揆 | 111010001011111010110111111011111011110110111110111010011010100110100100111001001011110110011100111001101000111110000110 | e8beb7efbdbee9a9a4e4bd9ce68f86 |
UHC | ???作揆 | 00111111001111110011111111101101110000101101000010100110 | 3f3f3fedc2d0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)