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 | ?豌暲ウ | 001111111110011010110000111110101101110010110011 | 3fe6b0fadcb3 |
EUC-JP | 奙豌暲ウ | 10001111101110001111011011101100101100101000111111000010110110111000111010110011 | 8fb8f6ecb28fc2db8eb3 |
UTF-8 | 奙豌暲ウ | 111001011010010110011001111010001011000110001100111001101001101010110010111011111011110110110011 | e5a599e8b18ce69ab2efbdb3 |
UHC | ?豌暲? | 001111111110100011010101111011011110011100111111 | 3fe8d5ede73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)