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??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 恁?}Y恁?}bE | 1001110010001100001111110111110101011001100111001000110000111111011111010110001001000101 | 9c8c3f7d599c8c3f7d6245 |
EUC-JP | 恁?}Y恁?}bE | 1101011111101100001111110111110101011001110101111110110000111111011111010110001001000101 | d7ec3f7d59d7ec3f7d6245 |
UTF-8 | 恁₄}Y恁₄}bE | 1110011010000001100000011110001010000010100001000111110101011001111001101000000110000001111000101000001010000100011111010110001001000101 | e68181e282847d59e68181e282847d6245 |
UHC | 恁₄}Y恁₄}bE | 11101100111101101010100111111110011111010101100111101100111101101010100111111110011111010110001001000101 | ecf6a9fe7d59ecf6a9fe7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)