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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紆ハケ | 11100010111111001100101010111001 | e2fccab9 |
EUC-JP | 紆ハケ | 111001001111111010001110110010101000111010111001 | e4fe8eca8eb9 |
UTF-8 | 紆ハケ | 111001111011010010000110111011111011111010001010111011111011110110111001 | e7b486efbe8aefbdb9 |
UHC | 紆?? | 11101001111000010011111100111111 | e9e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)