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 | 訷夭い浯サ | 111110111010010010011010111011101000001010100010111110101111110010111011 | fba49aee82a2fafcbb |
EUC-JP | 訷夭い浯サ | 100011111101110111010100110101001111000010100100101001001000111111000111110000111000111010111011 | 8fddd4d4f0a4a48fc7c38ebb |
UTF-8 | 訷夭い浯サ | 111010001010100010110111111001011010010010101101111000111000000110000100111001101011010110101111111011111011110110111011 | e8a8b7e5a4ade38184e6b5afefbdbb |
UHC | ?夭い?? | 00111111111010001110110010101010101001000011111100111111 | 3fe8ecaaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)