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 | 員儡跳??? | 100010001111010110011001010100111001001010110101001111110011111100111111 | 88f5995392b53f3f3f |
EUC-JP | 員儡跳??? | 101100001111011111010001101101001100010010110111001111110011111100111111 | b0f7d1b4c4b73f3f3f |
UTF-8 | 員儡跳뤋퀚⑷ | 111001011001001110100001111001011000010010100001111010001011011110110011111010111010010010001011111011011000000010011010111000101001000110110111 | e593a1e584a1e8b7b3eba48bed809ae291b7 |
UHC | 員儡跳뤋퀚⑷ | 111010101010110011010110111011011101010010101111100011111011101110110011100011101010100111101010 | eaacd6edd4af8fbbb38ea9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)