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}YèV}bE | 111010000101011001111101010110011110100001010110011111010110001001000101 | e8567d59e8567d6245 |
SJIS-WIN | ?V}Y?V}bE | 001111110101011001111101010110010011111101010110011111010110001001000101 | 3f567d593f567d6245 |
EUC-JP | èV}YèV}bE | 10001111101010111011001001010110011111010101100110001111101010111011001001010110011111010110001001000101 | 8fabb2567d598fabb2567d6245 |
UTF-8 | èV}YèV}bE | 1100001110101000010101100111110101011001110000111010100001010110011111010110001001000101 | c3a8567d59c3a8567d6245 |
UHC | ?V}Y?V}bE | 001111110101011001111101010110010011111101010110011111010110001001000101 | 3f567d593f567d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)