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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鳫竺尞ア」 | 1110100111101101100011101011000111111010101010111011000110100011 | e9ed8eb1faabb1a3 |
EUC-JP | 鳫竺尞ア」 | 1111001011101111101111001011001110001111101110101110101110001110101100011000111010100011 | f2efbcb38fbaeb8eb18ea3 |
UTF-8 | 鳫竺尞ア」 | 111010011011001110101011111001111010101110111010111001011011000010011110111011111011110110110001111011111011110110100011 | e9b3abe7abbae5b09eefbdb1efbda3 |
UHC | ?竺??? | 001111111111010111100111001111110011111100111111 | 3ff5e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)