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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 熱℡? | 1001010001001101100001111000010000111111 | 944d87843f |
EUC-JP | 熱?? | 11000111101011100011111100111111 | c7ae3f3f |
UTF-8 | 熱℡넇 | 111001111000011010110001111000101000010010100001111010111000010010000111 | e786b1e284a1eb8487 |
UHC | 熱℡넇 | 111001101111000010100010111001011000011010010111 | e6f0a2e58697 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)