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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈹汐鉀 | 111110111100101010001110101011001111101111000101 | fbca8eacfbc5 |
EUC-JP | 鈹汐鉀 | 1000111111100011110101001011110010101110100011111110001111011000 | 8fe3d4bcae8fe3d8 |
UTF-8 | 鈹汐鉀 | 111010011000100010111001111001101011000110010000111010011000100110000000 | e988b9e6b190e98980 |
UHC | ?汐鉀 | 0011111111100000101100011100101110100101 | 3fe0b1cba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)