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 | 薔?劍??駿 | 111001010100101100111111100110011001100000111111001111111000111101111000 | e54b3f99983f3f8f78 |
EUC-JP | 薔?劍??駿 | 111010011010110000111111110100011111100000111111001111111011110111011001 | e9ac3fd1f83f3fbdd9 |
UTF-8 | 薔쿡劍렻렪駿 | 111010001001011010010100111011001011111110100001111001011000101010001101111010111010000010111011111010111010000010101010111010011010011110111111 | e89694ecbfa1e58a8deba0bbeba0aae9a7bf |
UHC | 薔쿡劍렻렪駿 | 111011011111100111000100111011101100101111111100100011101100001110001110101110001111000111100111 | edf9c4eecbfc8ec38eb8f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)