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 | 航???ぁ | 10001101011100010011111100111111001111111000001010011111 | 8d713f3f3f829f |
EUC-JP | 航???ぁ | 10111001110100100011111100111111001111111010010010100001 | b9d23f3f3fa4a1 |
UTF-8 | 航얹렰랑ぁ | 111010001000100010101010111011001001011010111001111010111010000010110000111010111001111010010001111000111000000110000001 | e888aaec96b9eba0b0eb9e91e38181 |
UHC | 航얹렰랑ぁ | 11111001111111101011111011110001100011101011110110110110111110111010101010100001 | f9febef18ebdb6fbaaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)