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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 綜????除 | 1001000110001110001111110011111100111111001111111000111110011100 | 918e3f3f3f3f8f9c |
EUC-JP | 綜????除 | 1100000111101110001111110011111100111111001111111011110111111100 | c1ee3f3f3f3fbdfc |
UTF-8 | 綜쭹쓱罹렧除 | 111001111011011010011100111011001010110110111001111011001001001110110001111011111010011110100110111010111010000010100111111010011001100110100100 | e7b69cecadb9ec93b1efa7a6eba0a7e999a4 |
UHC | 綜쭹쓱罹렧除 | 111100001111110011000010111001111011111010110011111011001011101010001110101101101111000010110110 | f0fcc2e7beb3ecba8eb6f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)