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 | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ????從Y | 00111111001111110011111100111111100111000110111001011001 | 3f3f3f3f9c6e59 |
EUC-JP | ????從Y | 00111111001111110011111100111111110101111100111101011001 | 3f3f3f3fd7cf59 |
UTF-8 | 렯롔렯렺從Y | 11101011101000001010111111101011101000011001010011101011101000001010111111101011101000001011101011100101101111101001111001011001 | eba0afeba194eba0afeba0bae5be9e59 |
UHC | 렯롔렯렺從Y | 1000111010111100100011101101100010001110101111001000111011000010111100001111010001011001 | 8ebc8ed88ebc8ec2f0f459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)