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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆滔央峵 | 1110100010111011100111111110101110001001100110111111101010101110 | e8bb9feb899bfaae |
EUC-JP | 霆滔央? | 11110000101111011101111011101101101100011111101100111111 | f0bddeedb1fb3f |
UTF-8 | 霆滔央峵 | 111010011001110010000110111001101011101110010100111001011010010010101110111001011011001110110101 | e99c86e6bb94e5a4aee5b3b5 |
UHC | 霆滔央? | 11101111111111011101010010100101111001001110011100111111 | effdd4a5e4e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)