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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 癲??誼?] | 1110000110011111001111110011111110001011011000100011111101011101 | e19f3f3f8b623f5d |
EUC-JP | 癲?Ŧ誼?] | 11100010101000010011111110001111101010011010111110110101110000110011111101011101 | e2a13f8fa9afb5c33f5d |
UTF-8 | 癲앸Ŧ誼쭱] | 111001111001100110110010111011001001010110111000110001011010011011101000101010101011110011101100101011011011000101011101 | e799b2ec95b8c5a6e8aabcecadb15d |
UHC | 癲앸Ŧ誼쭱] | 1110111110100110100111011110101110101000101011101110101111111110101010000100010101011101 | efa69deba8aeebfea8455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)