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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 癲?├愉?V | 111000011001111100111111100001001010010110010110111110010011111101010110 | e19f3f84a596f93f56 |
EUC-JP | 癲?├愉?V | 111000101010000100111111101010001010011111001100111110110011111101010110 | e2a13fa8a7ccfb3f56 |
UTF-8 | 癲뺣├愉캱V | 11100111100110011011001011101011101110101010001111100010100101001001110011100110100001001000100111101100101110101011000101010110 | e799b2ebbaa3e2949ce68489ecbab156 |
UHC | 癲뺣├愉캱V | 1110111110100110100101011110101110100110101001111110101011110000101100000101000101010110 | efa695eba6a7eaf0b05156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)