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 | 凹??擁?? | 1000100110011010001111110011111110010111011010010011111100111111 | 899a3f3f97693f3f |
EUC-JP | 凹??擁?? | 1011000111111010001111110011111111001101110010100011111100111111 | b1fa3f3fcdca3f3f |
UTF-8 | 凹뤷퉬擁녘툧 | 111001011000011110111001111010111010010010110111111011011000100110101100111001101001001110000001111010111000010110011000111011011000100010100111 | e587b9eba4b7ed89ace69381eb8598ed88a7 |
UHC | 凹뤷퉬擁녘툧 | 111010001110101010001111111001011011100110000100111010001011011010110011111010001011100010011110 | e8ea8fe5b984e8b6b3e8b89e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)