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 | ????芸? | 00111111001111110011111100111111100011000111110000111111 | 3f3f3f3f8c7c3f |
EUC-JP | 湞???芸? | 100011111100011111111110001111110011111100111111101101111101110100111111 | 8fc7fe3f3f3fb7dd3f |
UTF-8 | 湞곁렮렧芸렎 | 111001101011100110011110111010101011001110000001111010111010000010101110111010111010000010100111111010001000101010111000111010111010000010001110 | e6b99eeab381eba0aeeba0a7e88ab8eba08e |
UHC | 湞곁렮렧芸렎 | 111011111110011010110000111001111000111010111011100011101011011011101001111111011000111010100100 | efe6b0e78ebb8eb6e9fd8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)