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 | 傳?障?諄? | 100110010100001000111111100011111110000100111111111001100111100000111111 | 99423f8fe13fe6783f |
EUC-JP | 傳?障?諄? | 110100011010001100111111101111101110001100111111111010111101100100111111 | d1a33fbee33febd93f |
UTF-8 | 傳렋障렔諄얘 | 111001011000001010110011111010111010000010001011111010011001101010011100111010111010000010010100111010001010101110000100111011001001011010011000 | e582b3eba08be99a9ceba094e8ab84ec9698 |
UHC | 傳렋障렔諄얘 | 111011101110111010001110101000101110111010100001100011101010100111100010111101001011111011101010 | eeee8ea2eea18ea9e2f4beea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)