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 | 泳g?殃?ア | 10001001011010101000001010000111001111111001111101101001001111111000001101000001 | 896a82873f9f693f8341 |
EUC-JP | 泳g?殃?ア | 10110001110010111010001111100111001111111101110111001010001111111010010110100010 | b1cba3e73fddca3fa5a2 |
UTF-8 | 泳g낼殃뽬ア | 111001101011001110110011111011111011110110000111111010111000001010111100111001101010111010000011111010111011110110101100111000111000001010100010 | e6b3b3efbd87eb82bce6ae83ebbdace382a2 |
UHC | 泳g낼殃뽬ア | 111001111011011010100011111001111011001110111110111001001110101010010110111010001010101110100010 | e7b6a3e7b3bee4ea96e8aba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)