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 | 螂壼・喊 | 11100101101001011001101011100101101001011001101001011110 | e5a59ae5a59a5e |
EUC-JP | 螂壼・喊 | 1110101010100111110101001110011110001110101001011101001110111111 | eaa7d4e78ea5d3bf |
UTF-8 | 螂壼・喊 | 111010001001111010000010111001011010001110111100111011111011110110100101111001011001011010001010 | e89e82e5a3bcefbda5e5968a |
UHC | 螂??喊 | 110101011100110000111111001111111111100111100010 | d5cc3f3ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)