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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 筌?±油 | 11100010101000110011111110000001011111011001011011111011 | e2a33f817d96fb |
EUC-JP | 筌?±油 | 11100100101001010011111110100001110111101100110011111101 | e4a53fa1deccfd |
UTF-8 | 筌듭±油 | 1110011110101101100011001110101110010011101011011100001010110001111001101011001010111001 | e7ad8ceb93adc2b1e6b2b9 |
UHC | 筌듭±油 | 1110111110100111101101011110110010100001101111101110101011111010 | efa7b5eca1beeafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)