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 | 五??野 | 100011001101110000111111001111111001011011101100 | 8cdc3f3f96ec |
EUC-JP | 五??野 | 101110001101111000111111001111111100110011101110 | b8de3f3fccee |
UTF-8 | 五념틫野 | 111001001011101010010100111010111000010110010000111011011000101110101011111010011000011110001110 | e4ba94eb8590ed8babe9878e |
UHC | 五념틫野 | 1110011111101001101100111110010010111010100101011110010110101111 | e7e9b3e4ba95e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)