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 | 意??吟ъ? | 100010001101001100111111001111111000101111100001100001001000110000111111 | 88d33f3f8be1848c3f |
EUC-JP | 意??吟ъ? | 101100001101010100111111001111111011011011100011101001111110110000111111 | b0d53f3fb6e3a7ec3f |
UTF-8 | 意붾죿吟ъ꺏 | 1110011010000100100011111110101110110110101111101110110010100011101111111110010110010000100111111101000110001010111010101011101010001111 | e6848febb6beeca3bfe5909fd18aeaba8f |
UHC | 意붾죿吟ъ꺏 | 111010111111001010010100111010111010000110010111111010111110000110101100111011001000001110110101 | ebf294eba197ebe1acec83b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)