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 | レ齊ィ蒔 | 1111000010100101110110101110101010001110101010001000111010101010 | f0a5daea8ea88eaa |
EUC-JP | ?レ齊ィ蒔 | 001111111000111011011010111100111110111010001110101010001011110010101100 | 3f8edaf3ee8ea8bcac |
UTF-8 | レ齊ィ蒔 | 111011101000000110100100111011111011111010011010111010011011110110001010111011111011110110101000111010001001001010010100 | ee81a4efbe9ae9bd8aefbda8e89294 |
UHC | ??齊?蒔 | 00111111001111111111000010111010001111111110001111001000 | 3f3ff0ba3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)