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 | ????° | 0011111100111111001111110011111110110000 | 3f3f3f3fb0 |
SJIS-WIN | 閧灘シ輔° | 111010001000001010010011111001011011110010010101111000111000000110001011 | e88293e5bc95e3818b |
EUC-JP | 閧灘シ輔° | 11101111111000101100011011100111100011101011110011001010111001011010000111101011 | efe2c6e78ebccae5a1eb |
UTF-8 | 閧灘シ輔° | 1110100110010110101001111110011110000001100110001110111110111101101111001110100010111100100101001100001010110000 | e996a7e78198efbdbce8bc94c2b0 |
UHC | ?灘?輔° | 0011111111110111101010000011111111011100110100001010000111000110 | 3ff7a83fdcd0a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)