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 | ??辱ラ | 001111110011111110010000010010101000001110001001 | 3f3f904a8389 |
EUC-JP | ??辱ラ | 001111110011111110111111101010111010010111101001 | 3f3fbfaba5e9 |
UTF-8 | 行旅辱ラ | 111011111010100010001000111011111010011010000011111010001011111010110001111000111000001110101001 | efa888efa683e8beb1e383a9 |
UHC | 行旅辱ラ | 1111101010100001111001101010000111101001101101001010101111101001 | faa1e6a1e9b4abe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)