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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ンワ簔 | 110111011101110011110010111000111111011011100010111000101100000111110000111011101111000011101011 | dddcf2e3f6e2e2c1f0eef0eb |
EUC-JP | ンワ??簔?? | 10001110110111011000111011011100001111110011111111100100110000110011111100111111 | 8edd8edc3f3fe4c33f3f |
UTF-8 | ンワ簔 | 111011111011111010011101111011111011111010011100111011101000100010011010111011101001010010001001111001111011000010010100111011101000001010101101111011101000001010101010 | efbe9defbe9cee889aee9489e7b094ee82adee82aa |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)