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 | ?????wh | 00111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f7768 |
SJIS-WIN | 霆゙諶ー執wh | 11101000101110111101111011111011101010101011000010001110101101110111011101101000 | e8bbdefbaab08eb77768 |
EUC-JP | 霆゙諶ー執wh | 11110000101111011000111011011110100011111101111010110101100011101011000010111100101110010111011101101000 | f0bd8ede8fdeb58eb0bcb97768 |
UTF-8 | 霆゙諶ー執wh | 1110100110011100100001101110111110111110100111101110100010101011101101101110111110111101101100001110010110011111101101110111011101101000 | e99c86efbe9ee8abb6efbdb0e59fb77768 |
UHC | 霆?諶?執wh | 11101111111111010011111111100100101001100011111111110010111110110111011101101000 | effd3fe4a63ff2fb7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)