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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏乗谿瀧 | 1111101110110010100011111110011011100110101011101001000111101011 | fbb28fe6e6ae91eb |
EUC-JP | 軏乗谿瀧 | 100011111110000011011001101111101110100011101100101100001100001011101101 | 8fe0d9bee8ecb0c2ed |
UTF-8 | 軏乗谿瀧 | 111010001011101110001111111001001011100110010111111010001011000010111111111001111000000010100111 | e8bb8fe4b997e8b0bfe780a7 |
UHC | ??谿瀧 | 001111110011111111001101101011001101011011101001 | 3f3fcdacd6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)