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 | 阮仙沺 | 111010001001011010010000111001011001111110011111 | e89690e59f9f |
EUC-JP | 阮仙沺 | 111011111111011011000000111001111101111010100001 | eff6c0e7dea1 |
UTF-8 | 阮仙沺 | 111010011001100010101110111001001011101110011001111001101011001010111010 | e998aee4bb99e6b2ba |
UHC | 阮仙? | 1110100011010110111000001011100100111111 | e8d6e0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)