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 | 要????? | 10010111011101100011111100111111001111110011111100111111 | 97763f3f3f3f3f |
EUC-JP | 要????? | 11001101110101110011111100111111001111110011111100111111 | cdd73f3f3f3f3f |
UTF-8 | 要⒴퉶隸덂캌 | 111010001010011010000001111000101001001010110100111011011000100110110110111011111010011010111000111010111000110110000010111011001011101010001100 | e8a681e292b4ed89b6efa6b8eb8d82ecba8c |
UHC | 要⒴퉶隸덂캌 | 111010011010100110101001111001011011100110001110111001111110011010001000111001011010111110010111 | e9a9a9e5b98ee7e688e5af97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)