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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 珽?釪? | 1000111111001011111111100011111110001111111000111010110100111111 | 8fcbfe3f8fe3ad3f |
UTF-8 | 珽렖釪렡 | 111001111000111110111101111010111010000010010110111010011000011110101010111010111010000010100001 | e78fbdeba096e987aaeba0a1 |
UHC | 珽렖釪렡 | 1110111111101010100011101010101111101001111010011000111010110010 | efea8eabe9e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)