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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 梧?い訟 | 10001100111001100011111110000010101000101000111111010111 | 8ce63f82a28fd7 |
EUC-JP | 梧?い訟 | 10111000111010000011111110100100101001001011111011011001 | b8e83fa4a4bed9 |
UTF-8 | 梧녘い訟 | 111001101010001010100111111010111000010110011000111000111000000110000100111010001010100010011111 | e6a2a7eb8598e38184e8a89f |
UHC | 梧녘い訟 | 1110011111111100101100111110100010101010101001001110000111101000 | e7fcb3e8aaa4e1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)