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 | 赱シ螳滉ク茨 | 11100110110111111011110011100101101011101001111111100100101110001000100011101111 | e6dfbce5ae9fe4b888ef |
EUC-JP | 赱シ螳滉ク茨 | 111011001110000110001110101111001110101010110000110111101110011010001110101110001011000011110001 | ece18ebceab0dee68eb8b0f1 |
UTF-8 | 赱シ螳滉ク茨 | 111010001011010110110001111011111011110110111100111010001001111010110011111001101011101110001001111011111011110110111000111010001000110010101000 | e8b5b1efbdbce89eb3e6bb89efbdb8e88ca8 |
UHC | ??螳滉?茨 | 001111110011111111010011110110011111110011010001001111111110110110111100 | 3f3fd3d9fcd13fedbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)