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 | 怨??也 | 100010011000010100111111001111111001011011100111 | 89853f3f96e7 |
EUC-JP | 怨??也 | 101100011110010100111111001111111100110011101001 | b1e53f3fcce9 |
UTF-8 | 怨낅젷也 | 111001101000000010101000111010111000001010000101111011001010000010110111111001001011100110011111 | e680a8eb8285eca0b7e4b99f |
UHC | 怨낅젷也 | 1110101010110011100001011110101110100000101010111110010110100101 | eab385eba0abe5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)