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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???μ? | 001111110011111100111111100000111100101000111111 | 3f3f3f83ca3f |
EUC-JP | ???μ? | 001111110011111100111111101001101100110000111111 | 3f3f3fa6cc3f |
UTF-8 | 泥춀淋μ콐 | 1110111110100111101000111110110010110110100000001110111110100111101101011100111010111100111011001011110110010000 | efa7a3ecb680efa7b5cebcecbd90 |
UHC | 泥춀淋μ콐 | 11101100101100101010110101011010111011001111100010100101111011001011000110001100 | ecb2ad5aecf8a5ecb18c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)