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 | 艶??\ | 1000100110010000001111110011111101011100 | 89903f3f5c |
EUC-JP | 艶??\ | 1011000111110000001111110011111101011100 | b1f03f3f5c |
UTF-8 | 艶쀩츕\ | 11101000100010011011011011101100100000001010100111101100101110001001010101011100 | e889b6ec80a9ecb8955c |
UHC | 艶쀩츕\ | 11100110111111011001011111101001101011101000111101011100 | e6fd97e9ae8f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)