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 | 遏ョ邃。妤ヲ | 111001111001111110101110111000101000010010100001111110101010010010100110 | e79faee284a1faa4a6 |
EUC-JP | 遏ョ邃。妤ヲ | 11101110101000011000111010101110111000111110010010001110101000011000111110111001101011111000111010100110 | eea18eaee3e48ea18fb9af8ea6 |
UTF-8 | 遏ョ邃。妤ヲ | 111010011000000110001111111011111011110110101110111010011000001010000011111011111011110110100001111001011010011010100100111011111011110110100110 | e9818fefbdaee98283efbda1e5a6a4efbda6 |
UHC | ??邃??? | 00111111001111111110001011000101001111110011111100111111 | 3f3fe2c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)