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 | ??ギ | 00111111001111111000001101001101 | 3f3f834d |
EUC-JP | ??ギ | 00111111001111111010010110101110 | 3f3fa5ae |
UTF-8 | 料썽ギ | 111011111010011010111110111011001000110110111101111000111000001010101110 | efa6beec8dbde382ae |
UHC | 料썽ギ | 111010001111011110111101111010011010101110101110 | e8f7bde9abae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)