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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 濚??靷? | 100011111100100110100001001111110011111110001111111001111011110100111111 | 8fc9a13f3f8fe7bd3f |
UTF-8 | 濚밸ㅇ靷볿 | 111001101011111110011010111010111011000010111000111000111000010110000111111010011001110110110111111010111011001110111111 | e6bf9aebb0b8e38587e99db7ebb3bf |
UHC | 濚밸ㅇ靷볿 | 11100111101110011011100111101011101001001011011111101100111001101001010001000010 | e7b9b9eba4b7ece69442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)