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 | 泣?? | 10001011100000110011111100111111 | 8b833f3f |
EUC-JP | 泣?? | 10110101111000110011111100111111 | b5e33f3f |
UTF-8 | 泣쿠렡 | 111001101011001110100011111011001011111110100000111010111010000010100001 | e6b3a3ecbfa0eba0a1 |
UHC | 泣쿠렡 | 111010111110100011000100111011011000111010110010 | ebe8c4ed8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)