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 | 型磐??? | 10001100010111101001010011010110001111110011111100111111 | 8c5e94d63f3f3f |
EUC-JP | 型磐??? | 10110111101111111100100011011000001111110011111100111111 | b7bfc8d83f3f3f |
UTF-8 | 型磐렰얘렊 | 111001011001111010001011111001111010001110010000111010111010000010110000111011001001011010011000111010111010000010001010 | e59e8be7a390eba0b0ec9698eba08a |
UHC | 型磐렰얘렊 | 11111010111111101101101011110001100011101011110110111110111010101000111010100001 | fafedaf18ebdbeea8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)