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 | 漿盲?椅? | 1001111111110111100101101101001100111111100010001101011000111111 | 9ff796d33f88d63f |
EUC-JP | 漿盲?椅? | 1101111011111001110011001101010100111111101100001101100000111111 | def9ccd53fb0d83f |
UTF-8 | 漿盲샥椅렚 | 111001101011110010111111111001111001101110110010111011001000001110100101111001101010010010000101111010111010000010011010 | e6bcbfe79bb2ec83a5e6a485eba09a |
UHC | 漿盲샥椅렚 | 11101101111011001101100011101110101111001010000111101011111101011000111010101101 | edecd8eebca1ebf58ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)