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 | 辜常梼 | 111001111000001110001111111011011001001110001110 | e7838fed938e |
EUC-JP | 辜常梼 | 111011011110001110111110111011111100010111101110 | ede3beefc5ee |
UTF-8 | 辜常梼 | 111010001011111010011100111001011011100010111000111001101010001010111100 | e8be9ce5b8b8e6a2bc |
UHC | 辜常? | 1100110111010000110111111100100000111111 | cdd0dfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)