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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?遍?E | 0011111110010101110101010011111101000101 | 3f95d53f45 |
EUC-JP | ?遍?E | 0011111111001010110101110011111101000101 | 3fcad73f45 |
UTF-8 | 뤙遍퐒E | 11101011101001001001100111101001100000011000110111101101100100001001001001000101 | eba499e9818ded909245 |
UHC | 뤙遍퐒E | 10001111110010001111100010111100101111010111011001000101 | 8fc8f8bcbd7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)