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 | 癲??倚ζ? | 111000011001111100111111001111111001100011011111100000111100010000111111 | e19f3f3f98df83c43f |
EUC-JP | 癲??倚ζ? | 111000101010000100111111001111111101000011100001101001101100011000111111 | e2a13f3fd0e1a6c63f |
UTF-8 | 癲쒕쓷倚ζ묾 | 1110011110011001101100101110110010010010100101011110110010010011101101111110010110000000100110101100111010110110111010111010110010111110 | e799b2ec9295ec93b7e5809aceb6ebacbe |
UHC | 癲쒕쓷倚ζ묾 | 111011111010011010011100111010111001110110010100111010111110111110100101111001101011100110110010 | efa69ceb9d94ebefa5e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)