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??YB | 00111111001111110101100100111111001111110101100101000010 | 3f3f593f3f5942 |
SJIS-WIN | 恁?Y恁?YB | 100111001000110000111111010110011001110010001100001111110101100101000010 | 9c8c3f599c8c3f5942 |
EUC-JP | 恁?Y恁?YB | 110101111110110000111111010110011101011111101100001111110101100101000010 | d7ec3f59d7ec3f5942 |
UTF-8 | 恁₄Y恁₄YB | 111001101000000110000001111000101000001010000100010110011110011010000001100000011110001010000010100001000101100101000010 | e68181e2828459e68181e282845942 |
UHC | 恁₄Y恁₄YB | 1110110011110110101010011111111001011001111011001111011010101001111111100101100101000010 | ecf6a9fe59ecf6a9fe5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)