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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闢仙雀莠ウ | 111010001001001110010000111001011001000010011101111001001011101010110011 | e89390e5909de4bab3 |
EUC-JP | 闢仙雀莠ウ | 11101111111100111100000011100111101111111111110111101000101111001000111010110011 | eff3c0e7bffde8bc8eb3 |
UTF-8 | 闢仙雀莠ウ | 111010011001011110100010111001001011101110011001111010011001101110000000111010001000111010100000111011111011110110110011 | e997a2e4bb99e99b80e88ea0efbdb3 |
UHC | 闢仙雀?? | 1101110010100011111000001011100111101101110011010011111100111111 | dca3e0b9edcd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)