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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 神?? | 10010000010111110011111100111111 | 905f3f3f |
EUC-JP | 神?? | 10111111110000000011111100111111 | bfc03f3f |
UTF-8 | 神뒊쿍 | 111001111010010110011110111010111001001010001010111011001011111110001101 | e7a59eeb928aecbf8d |
UHC | 神뒊쿍 | 111000111110101010001010100001111011001101000010 | e3ea8a87b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)