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 | ???瀣?? | 0011111100111111001111111000111111001001101100010011111100111111 | 3f3f3f8fc9b13f3f |
UTF-8 | 療먯빢瀣쒐독 | 111011111010011110000001111010111010100010101111111010111011100110100010111001111000000010100011111011001001001010010000111010111000111110000101 | efa781eba8afebb9a2e780a3ec9290eb8f85 |
UHC | 療먯빢瀣쒐독 | 111010001111111010010000111011001001010110111110111110101010111010011100111001111011010110110110 | e8fe90ec95befaae9ce7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)