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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 艶??Y | 1000100110010000001111110011111101011001 | 89903f3f59 |
EUC-JP | 艶??Y | 1011000111110000001111110011111101011001 | b1f03f3f59 |
UTF-8 | 艶쀩츕Y | 11101000100010011011011011101100100000001010100111101100101110001001010101011001 | e889b6ec80a9ecb89559 |
UHC | 艶쀩츕Y | 11100110111111011001011111101001101011101000111101011001 | e6fd97e9ae8f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)