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 | 閼我クサ | 111010001000010010001001111001001011100010111011 | e88489e4b8bb |
EUC-JP | 閼我クサ | 1110111111100100101100101110011010001110101110001000111010111011 | efe4b2e68eb88ebb |
UTF-8 | 閼我クサ | 111010011001011010111100111001101000100010010001111011111011110110111000111011111011110110111011 | e996bce68891efbdb8efbdbb |
UHC | 閼我?? | 111001001101100111100100101100100011111100111111 | e4d9e4b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)