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 | 菴呷猪ミヲ | 1110010010111101100110011110110010010010100101101101000010100110 | e4bd99ec9296d0a6 |
EUC-JP | 菴呷猪ミヲ | 11101000101111111101001011101110110000111111011010001110110100001000111010100110 | e8bfd2eec3f68ed08ea6 |
UTF-8 | 菴呷猪ミヲ | 111010001000111110110100111001011001000110110111111001111000110010101010111011111011111010010000111011111011110110100110 | e88fb4e591b7e78caaefbe90efbda6 |
UHC | 菴?猪?? | 11100100111000000011111111101110110001000011111100111111 | e4e03feec43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)