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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軸嵭湿 | 1111001010100001100011101011001011111010101100111000111010111100 | f2a18eb2fab38ebc |
EUC-JP | ?軸嵭湿 | 0011111110111100101101001000111110111011110111101011110010111110 | 3fbcb48fbbdebcbe |
UTF-8 | 軸嵭湿 | 111011101000011110011000111010001011101110111000111001011011010110101101111001101011100110111111 | ee8798e8bbb8e5b5ade6b9bf |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)