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 | 薔??謠?? | 1110010101001011001111110011111111100110100011110011111100111111 | e54b3f3fe68f3f3f |
EUC-JP | 薔??謠?? | 1110100110101100001111110011111111101011111011110011111100111111 | e9ac3f3febef3f3f |
UTF-8 | 薔쏙스謠쇽쉿 | 111010001001011010010100111011001000111110011001111011001000101010100100111010001010110010100000111011001000011110111101111011001000100110111111 | e89694ec8f99ec8aa4e8aca0ec87bdec89bf |
UHC | 薔쏙스謠쇽쉿 | 111011011111100110111101111011111011110110111010111010011010101010111100111011111011110110110010 | edf9bdefbdbae9aabcefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)