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 | ??bn??bnB | 001111110011111101100010011011100011111100111111011000100110111001000010 | 3f3f626e3f3f626e42 |
SJIS-WIN | 淨?bn淨?bnB | 1001111111000100001111110110001001101110100111111100010000111111011000100110111001000010 | 9fc43f626e9fc43f626e42 |
EUC-JP | 淨?bn淨?bnB | 1101111011000110001111110110001001101110110111101100011000111111011000100110111001000010 | dec63f626edec63f626e42 |
UTF-8 | 淨렠bn淨렠bnB | 1110011010110111101010001110101110100000101000000110001001101110111001101011011110101000111010111010000010100000011000100110111001000010 | e6b7a8eba0a0626ee6b7a8eba0a0626e42 |
UHC | 淨렠bn淨렠bnB | 11101111111001001000111010110001011000100110111011101111111001001000111010110001011000100110111001000010 | efe48eb1626eefe48eb1626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)