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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 枝葛緋 | 100011100111110110001010100010111001010011101010 | 8e7d8a8b94ea |
EUC-JP | 枝葛緋 | 101110111101111010110011111010111100100011101100 | bbdeb3ebc8ec |
UTF-8 | 枝葛緋 | 111001101001111010011101111010001001000110011011111001111011011110001011 | e69e9de8919be7b78b |
UHC | 枝葛緋 | 111100101010101111001010111001111101110111111100 | f2abcae7ddfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)