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 | 鮱シ晥 | 1111110001000100101111001111101011010101 | fc44bcfad5 |
EUC-JP | 鮱シ? | 100011111110101011100110100011101011110000111111 | 8feae68ebc3f |
UTF-8 | 鮱シ晥 | 111010011010111010110001111011111011110110111100111001101001100110100101 | e9aeb1efbdbce699a5 |
UHC | ??晥 | 00111111001111111111110010110111 | 3f3ffcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)