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 | 癲??揖ε? | 111000011001111100111111001111111001011101001011100000111100001100111111 | e19f3f3f974b83c33f |
EUC-JP | 癲??揖ε? | 111000101010000100111111001111111100110110101100101001101100010100111111 | e2a13f3fcdaca6c53f |
UTF-8 | 癲뷩끏揖ε쮦 | 1110011110011001101100101110101110110111101010011110101110000001100011111110011010001111100101101100111010110101111011001010111010100110 | e799b2ebb7a9eb818fe68f96ceb5ecaea6 |
UHC | 癲뷩끏揖ε쮦 | 111011111010011010111010111000111000010110111111111010111110011110100101111001011010100010000011 | efa6bae385bfebe7a5e5a883 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)