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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???礪 | 0011111100111111001111111110000111101000 | 3f3f3fe1e8 |
EUC-JP | ???礪 | 0011111100111111001111111110001011101010 | 3f3f3fe2ea |
UTF-8 | 렳뤒죳礪 | 111010111010000010110011111010111010010010010010111011001010001110110011111001111010010010101010 | eba0b3eba492eca3b3e7a4aa |
UHC | 렳뤒죳礪 | 1000111011000000100011111100001010100001100011101101010111101100 | 8ec08fc2a18ed5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)