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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?肯彬儀?? | 001111111000110101101101100101010110101010001011010101100011111100111111 | 3f8d6d956a8b563f3f |
EUC-JP | 勖肯彬儀?? | 1000111110110011111011011011100111001110110010011100101110110101101101110011111100111111 | 8fb3edb9cec9cbb5b73f3f |
UTF-8 | 勖肯彬儀브렣 | 111001011000101110010110111010001000001010101111111001011011110110101100111001011000010010000000111010111011100010001100111010111010000010100011 | e58b96e882afe5bdace58480ebb88ceba0a3 |
UHC | 勖肯彬儀브렣 | 111010011110110111010000111010011101111010101111111010111111000010111010111010101000111010110100 | e9edd0e9deafebf0baea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)