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 | 荻壟?伏?荻 | 10001001101011001001101011100000001111111001010110011010001111111000100110101100 | 89ac9ae03f959a3f89ac |
EUC-JP | 荻壟?伏?荻 | 10110010101011101101010011100010001111111100100111111010001111111011001010101110 | b2aed4e23fc9fa3fb2ae |
UTF-8 | 荻壟렪伏롛荻 | 111010001000110110111011111001011010001110011111111010111010000010101010111001001011110010001111111010111010000110011011111010001000110110111011 | e88dbbe5a39feba0aae4bc8feba19be88dbb |
UHC | 荻壟렪伏롛荻 | 111011101110001011010110111001101000111010111000110111001101000110001110110111111110111011100010 | eee2d6e68eb8dcd18edfeee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)