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 | 荻?毅? | 100010011010110000111111100010110100001000111111 | 89ac3f8b423f |
EUC-JP | 荻?毅? | 101100101010111000111111101101011010001100111111 | b2ae3fb5a33f |
UTF-8 | 荻렋毅렒 | 111010001000110110111011111010111010000010001011111001101010111110000101111010111010000010010010 | e88dbbeba08be6af85eba092 |
UHC | 荻렋毅렒 | 1110111011100010100011101010001011101011111101101000111010100111 | eee28ea2ebf68ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)