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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證??級? | 11100110100110100011111100111111100010111000100100111111 | e69a3f3f8b893f |
EUC-JP | 證??級? | 11101011111110100011111100111111101101011110100100111111 | ebfa3f3fb5e93f |
UTF-8 | 證뀀렊級같 | 111010001010110110001001111010111000000010000000111010111010000010001010111001111011010010011010111010101011000010011001 | e8ad89eb8080eba08ae7b49aeab099 |
UHC | 證뀀렊級같 | 11110001111110111011001011101011100011101010000111010000111001001011000010110000 | f1fbb2eb8ea1d0e4b0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)