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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煜」隱サ | 111110110101010110100011111010001010101010111011 | fb55a3e8aabb |
EUC-JP | 煜」隱サ | 100011111100100111111100100011101010001111110000101011001000111010111011 | 8fc9fc8ea3f0ac8ebb |
UTF-8 | 煜」隱サ | 111001111000010110011100111011111011110110100011111010011001101010110001111011111011110110111011 | e7859cefbda3e99ab1efbdbb |
UHC | 煜?隱? | 111010011111001000111111111010111101111100111111 | e9f23febdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)