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 | 癲??援ζ? | 111000011001111100111111001111111000100110000111100000111100010000111111 | e19f3f3f898783c43f |
EUC-JP | 癲??援ζ? | 111000101010000100111111001111111011000111100111101001101100011000111111 | e2a13f3fb1e7a6c63f |
UTF-8 | 癲졻븠援ζ뤃 | 1110011110011001101100101110110010100001101110111110101110111000101000001110011010001111101101001100111010110110111010111010010010000011 | e799b2eca1bbebb8a0e68fb4ceb6eba483 |
UHC | 癲졻븠援ζ뤃 | 111011111010011010100000111000101001010110001001111010101011010110100101111001101000111110110100 | efa6a0e29589eab5a5e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)