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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 萵゙靍シh萵 | 111001001110000011011110111110111111000010111100011010001110010011100000 | e4e0defbf0bc68e4e0 |
EUC-JP | 萵゙?シh萵 | 11101000111000101000111011011110001111111000111010111100011010001110100011100010 | e8e28ede3f8ebc68e8e2 |
UTF-8 | 萵゙靍シh萵 | 11101000100100001011010111101111101111101001111011101001100111011000110111101111101111011011110001101000111010001001000010110101 | e890b5efbe9ee99d8defbdbc68e890b5 |
UHC | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)