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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蟻??\ | 1000101101100001001111110011111101011100 | 8b613f3f5c |
EUC-JP | 蟻??\ | 1011010111000010001111110011111101011100 | b5c23f3f5c |
UTF-8 | 蟻꾨뮰\ | 11101000100111111011101111101010101111101010100011101011101011101011000001011100 | e89fbbeabea8ebaeb05c |
UHC | 蟻꾨뮰\ | 11101011111111001000010011101011100100101011100101011100 | ebfc84eb92b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)