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 | 釈邪治杓赦 | 10001110110111111000111011010111100011101010000110001110110110111000111011001101 | 8edf8ed78ea18edb8ecd |
EUC-JP | 釈邪治杓赦 | 10111100111000011011110011011001101111001010001110111100110111011011110011001111 | bce1bcd9bca3bcddbccf |
UTF-8 | 釈邪治杓赦 | 111010011000011110001000111010011000001010101010111001101011001010111011111001101001110110010011111010001011010110100110 | e98788e982aae6b2bbe69d93e8b5a6 |
UHC | ?邪治杓赦 | 001111111101111011110111111101101011110111111000111101011101111011110101 | 3fdef7f6bdf8f5def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)