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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 療먯빆痢믦쓩 | 111011111010011110000001111010111010100010101111111010111011100110000110111011111010011110100101111010111010111110100110111011001001001110101001 | efa781eba8afebb986efa7a5ebafa6ec93a9 |
UHC | 療먯빆痢믦쓩 | 111010001111111010010000111011001001010110101101111011001011100010010010111010001011111010110001 | e8fe90ec95adecb892e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)