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 | 堤????姐 | 1001001011100111001111110011111100111111001111111000100010110111 | 92e73f3f3f3f88b7 |
EUC-JP | 堤?邕泮?姐 | 110001001110100100111111100011111110000111101101100011111100011110101000001111111011000010111001 | c4e93f8fe1ed8fc7a83fb0b9 |
UTF-8 | 堤렕邕泮㎩姐 | 111001011010000010100100111010111010000010010101111010011000001010010101111001101011001110101110111000111000111010101001111001011010011110010000 | e5a0a4eba095e98295e6b3aee38ea9e5a790 |
UHC | 堤렕邕泮㎩姐 | 111100001010011110001110101010101110100010111011110110101110101010100111111001011110111010111011 | f0a78eaae8bbdaeaa7e5eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)