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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????μ? | 00111111001111110011111100111111100000111100101000111111 | 3f3f3f3f83ca3f |
EUC-JP | ????μ? | 00111111001111110011111100111111101001101100110000111111 | 3f3f3f3fa6cc3f |
UTF-8 | 淋㏃쭨淋μ쿋 | 1110111110100111101101011110001110001111100000111110110010101101101010001110111110100111101101011100111010111100111011001011111110001011 | efa7b5e38f83ecada8efa7b5cebcecbf8b |
UHC | 淋㏃쭨淋μ쿋 | 111011001111100010100111111011001010011110011100111011001111100010100101111011001011001010100000 | ecf8a7eca79cecf8a5ecb2a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)