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 | ?μ?^ | 0011111110000011110010100011111101011110 | 3f83ca3f5e |
EUC-JP | ?μ?^ | 0011111110100110110011000011111101011110 | 3fa6cc3f5e |
UTF-8 | 淋μ콐^ | 111011111010011110110101110011101011110011101100101111011001000001011110 | efa7b5cebcecbd905e |
UHC | 淋μ콐^ | 11101100111110001010010111101100101100011000110001011110 | ecf8a5ecb18c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)