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 | 轜э充鐔 | 1110011101111110100001001000111110001111010110111110100001011100 | e77e848f8f5be85c |
EUC-JP | 轜э充鐔 | 1110110111011111101001111110111110111101101111001110111110111101 | eddfa7efbdbcefbd |
UTF-8 | 轜э充鐔 | 1110100010111101100111001101000110001101111001011000010110000101111010011001000010010100 | e8bd9cd18de58585e99094 |
UHC | ?э充? | 001111111010110011101111111101011111011000111111 | 3faceff5f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)