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 | 暎ュ?亦?? | 100111011111001110000011100001010011111110010110100100100011111100111111 | 9df383853f96923f3f |
EUC-JP | 暎ュ?亦?? | 110110101111010110100101111001010011111111001011111100100011111100111111 | daf5a5e53fcbf23f3f |
UTF-8 | 暎ュ돭亦볢뀚 | 111001101001101010001110111000111000001110100101111010111000111110101101111001001011101010100110111010111011001110100010111010111000000010011010 | e69a8ee383a5eb8fade4baa6ebb3a2eb809a |
UHC | 暎ュ돭亦볢뀚 | 111001111011001010101011111001011000100110110000111001101011001010010011111010001000010110010011 | e7b2abe589b0e6b293e88593 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)