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 | 霆????箏 | 1110100010111011001111110011111100111111001111111110001010110101 | e8bb3f3f3f3fe2b5 |
EUC-JP | 霆?邕泮?箏 | 111100001011110100111111100011111110000111101101100011111100011110101000001111111110010010110111 | f0bd3f8fe1ed8fc7a83fe4b7 |
UTF-8 | 霆렕邕泮㎩箏 | 111010011001110010000110111010111010000010010101111010011000001010010101111001101011001110101110111000111000111010101001111001111010111010001111 | e99c86eba095e98295e6b3aee38ea9e7ae8f |
UHC | 霆렕邕泮㎩箏 | 111011111111110110001110101010101110100010111011110110101110101010100111111001011110111010110100 | effd8eaae8bbdaeaa7e5eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)