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 | 中???祉? | 1001001010000110001111110011111100111111100011101000001100111111 | 92863f3f3f8e833f |
EUC-JP | 中???祉? | 1100001111100110001111110011111100111111101110111110001100111111 | c3e63f3f3fbbe33f |
UTF-8 | 中쭹렜렎祉렧 | 111001001011100010101101111011001010110110111001111010111010000010011100111010111010000010001110111001111010010110001001111010111010000010100111 | e4b8adecadb9eba09ceba08ee7a589eba0a7 |
UHC | 中쭹렜렎祉렧 | 111100011110100111000010111001111000111010101110100011101010010011110010101100111000111010110110 | f1e9c2e78eae8ea4f2b38eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)