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 | 霓ゅ? | 1110100010111101100000101110001100111111 | e8bd82e33f |
EUC-JP | 霓ゅ? | 1111000010111111101001001110010100111111 | f0bfa4e53f |
UTF-8 | 霓ゅ쭍 | 111010011001110010010011111000111000001010000101111011001010110110001101 | e99c93e38285ecad8d |
UHC | 霓ゅ쭍 | 111001111110011110101010111001011010011110000110 | e7e7aae5a786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)