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 | ???L? | 0011111100111111001111110100110000111111 | 3f3f3f4c3f |
SJIS-WIN | 鐔種輯L苹 | 111010000101110010001110111011011000111101010011010011001110010010011001 | e85c8eed8f534ce499 |
EUC-JP | 鐔種輯L苹 | 111011111011110110111100111011111011110110110100010011001110011111111001 | efbdbcefbdb44ce7f9 |
UTF-8 | 鐔種輯L苹 | 11101001100100001001010011100111101010001010111011101000101111001010111101001100111010001000101110111001 | e99094e7a8aee8bcaf4ce88bb9 |
UHC | ?種輯L? | 00111111111100001111101011110010111111100100110000111111 | 3ff0faf2fe4c3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)