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 | ?田蟯 | 0011111110010011011000111110010110110010 | 3f9363e5b2 |
EUC-JP | ?田蟯 | 0011111111000101110001001110101010110100 | 3fc5c4eab4 |
UTF-8 | 뤚田蟯 | 111010111010010010011010111001111001010010110000111010001001111110101111 | eba49ae794b0e89faf |
UHC | 뤚田蟯 | 100011111100100111101111101000111110100110101000 | 8fc9efa3e9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)