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 | 瓦ο?渦 | 10001010101000101000001111001101001111111000100101010001 | 8aa283cd3f8951 |
EUC-JP | 瓦ο?渦 | 10110100101001001010011011001111001111111011000110110010 | b4a4a6cf3fb1b2 |
UTF-8 | 瓦ο쉑渦 | 1110011110010011101001101100111010111111111011001000100110010001111001101011100010100110 | e793a6cebfec8991e6b8a6 |
UHC | 瓦ο쉑渦 | 1110100010111111101001011110111110111101101001111110100010111110 | e8bfa5efbda7e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)