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 | 脂?圓? | 100011101000100100111111100110101010001000111111 | 8e893f9aa23f |
EUC-JP | 脂?圓? | 101110111110100100111111110101001010010000111111 | bbe93fd4a43f |
UTF-8 | 脂렟圓괏 | 111010001000010010000010111010111010000010011111111001011001110010010011111010101011010010001111 | e88482eba09fe59c93eab48f |
UHC | 脂렟圓괏 | 1111001010110111100011101011000011101010101011011011000110100011 | f2b78eb0eaadb1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)