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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隴漱鯆 | 111010001010110110011111111110011110100111000010 | e8ad9ff9e9c2 |
EUC-JP | 隴漱鯆 | 111100001010111111011110111110111111001011000100 | f0afdefbf2c4 |
UTF-8 | 隴漱鯆 | 111010011001101010110100111001101011110010110001111010011010111110000110 | e99ab4e6bcb1e9af86 |
UHC | ?漱? | 00111111111000101010101100111111 | 3fe2ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)