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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??串侍逍B | 001111110011111110001011111110001000111010011000111001111001011001000010 | 3f3f8bf88e98e79642 |
EUC-JP | ??串侍逍B | 001111110011111110110110111110101011101111111000111011011111011001000010 | 3f3fb6fabbf8edf642 |
UTF-8 | 뤗닯串侍逍B | 11101011101001001001011111101011100010111010111111100100101110001011001011100100101111101000110111101001100000001000110101000010 | eba497eb8bafe4b8b2e4be8de9808d42 |
UHC | 뤗닯串侍逍B | 1000111111000111101101001110000111001101111110101110001110110100111000011100111001000010 | 8fc7b4e1cdfae3b4e1ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)