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 | ???揄? | 001111110011111100111111100111011000100100111111 | 3f3f3f9d893f |
EUC-JP | ???揄? | 001111110011111100111111110110011110100100111111 | 3f3f3fd9e93f |
UTF-8 | 咽됰쉬揄딂 | 111011111010011010011110111010111001000010110000111011001000100110101100111001101000111110000100111010111001010010000010 | efa69eeb90b0ec89ace68f84eb9482 |
UHC | 咽됰쉬揄딂 | 11100110111011001000100111101011101111011010110011101010111100011000101011101000 | e6ec89ebbdaceaf18ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)