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 | 櫻??燧 | 100111110100111000111111001111111110000010011100 | 9f4e3f3fe09c |
EUC-JP | 櫻??燧 | 110111011010111100111111001111111101111111111100 | ddaf3f3fdffc |
UTF-8 | 櫻띲뙮燧 | 111001101010101110111011111010111001110110110010111010111001100110101110111001111000011110100111 | e6abbbeb9db2eb99aee787a7 |
UHC | 櫻띲뙮燧 | 1110010110100001100011011110001110001100101100011110001010101100 | e5a18de38cb1e2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)