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 | 錫?釋 | 1000111011100000001111111110011111010111 | 8ee03fe7d7 |
EUC-JP | 錫?釋 | 1011110011100010001111111110111011011001 | bce23feed9 |
UTF-8 | 錫卨釋 | 111010011000110010101011111001011000110110101000111010011000011110001011 | e98cabe58da8e9878b |
UHC | 錫卨釋 | 111000001011100011100000110110011110000010110111 | e0b8e0d9e0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)