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 | 跿咲垪 | 111001101111001110001101111001111001101010111000 | e6f38de79ab8 |
EUC-JP | 跿咲垪 | 111011001111010110111010111010011101010010111010 | ecf5bae9d4ba |
UTF-8 | 跿咲垪 | 111010001011011110111111111001011001001010110010111001011001111010101010 | e8b7bfe592b2e59eaa |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)