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 | ????雩? | 0011111100111111001111110011111110001111111001101111101000111111 | 3f3f3f3f8fe6fa3f |
UTF-8 | 렿렏롁뤷雩헋 | 111010111010000010111111111010111010000010001111111010111010000110000001111010111010010010110111111010011001101110101001111011011001011110001011 | eba0bfeba08feba181eba4b7e99ba9ed978b |
UHC | 렿렏롁뤷雩헋 | 100011101100011110001110101001011000111011001000100011111110010111101001111011001100001001000010 | 8ec78ea58ec88fe5e9ecc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)