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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 跿夂惡^ | 11100110111100111001101011100111100111001010011001011110 | e6f39ae79ca65e |
EUC-JP | 跿夂惡^ | 11101100111101011101010011101001110110001010100001011110 | ecf5d4e9d8a85e |
UTF-8 | 跿夂惡^ | 11101000101101111011111111100101101001001000001011100110100000111010000101011110 | e8b7bfe5a482e683a15e |
UHC | ??惡^ | 0011111100111111111001001100001001011110 | 3f3fe4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)