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 | 荵城Θ | 111001001011100110001111111010011000001110100110 | e4b98fe983a6 |
EUC-JP | 荵城Θ | 111010001011101110111110111010111010011010101000 | e8bbbeeba6a8 |
UTF-8 | 荵城Θ | 1110100010001101101101011110010110011111100011101100111010011000 | e88db5e59f8ece98 |
UHC | ?城Θ | 0011111111100000111100101010010111001000 | 3fe0f2a5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)