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 | 赱シ訷ャ雉 | 1110011011011111101111001111101110100100101011001110100010110011 | e6dfbcfba4ace8b3 |
EUC-JP | 赱シ訷ャ雉 | 1110110011100001100011101011110010001111110111011101010010001110101011001111000010110101 | ece18ebc8fddd48eacf0b5 |
UTF-8 | 赱シ訷ャ雉 | 111010001011010110110001111011111011110110111100111010001010100010110111111011111011110110101100111010011001101110001001 | e8b5b1efbdbce8a8b7efbdace99b89 |
UHC | ????雉 | 001111110011111100111111001111111111011011001011 | 3f3f3f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)