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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 艶?[艶?[^ | 100010011001000000111111010110111000100110010000001111110101101101011110 | 89903f5b89903f5b5e |
EUC-JP | 艶?[艶?[^ | 101100011111000000111111010110111011000111110000001111110101101101011110 | b1f03f5bb1f03f5b5e |
UTF-8 | 艶춏[艶춏[^ | 111010001000100110110110111011001011011010001111010110111110100010001001101101101110110010110110100011110101101101011110 | e889b6ecb68f5be889b6ecb68f5b5e |
UHC | 艶춏[艶춏[^ | 1110011011111101101011010110111001011011111001101111110110101101011011100101101101011110 | e6fdad6e5be6fdad6e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)