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 | 鬮エ蝓主゚檻 | 11101001101010111011010011100101100111111000111011100101110111111001111101000010 | e9abb4e59f8ee5df9f42 |
EUC-JP | 鬮エ蝓主゚檻 | 111100101010110110001110101101001110101010100001101111001110011110001110110111111101110110100011 | f2ad8eb4eaa1bce78edfdda3 |
UTF-8 | 鬮エ蝓主゚檻 | 111010011010110010101110111011111011110110110100111010001001110110010011111001001011100010111011111011111011111010011111111001101010101010111011 | e9acaeefbdb4e89d93e4b8bbefbe9fe6aabb |
UHC | ???主?檻 | 0011111100111111001111111111000110101011001111111111100111100011 | 3f3f3ff1ab3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)