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 | ミ簧ィ | 1111010111011011111100111110010011010000111000101100111010101000 | f5dbf3e4d0e2cea8 |
EUC-JP | ??ミ簧ィ | 0011111100111111100011101101000011100100110100001000111010101000 | 3f3f8ed0e4d08ea8 |
UTF-8 | ミ簧ィ | 111011101001000110000110111011101000101110010111111011111011111010010000111001111011000010100111111011111011110110101000 | ee9186ee8b97efbe90e7b0a7efbda8 |
UHC | ???簧? | 001111110011111100111111111111001101011100111111 | 3f3f3ffcd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)