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 | 謔帛オ | 1110011010000010100110111110010110110101 | e6829be5b5 |
EUC-JP | 謔帛オ | 111010111110001011010110111001111000111010110101 | ebe2d6e78eb5 |
UTF-8 | 謔帛オ | 111010001010110010010100111001011011100010011011111011111011110110110101 | e8ac94e5b89befbdb5 |
UHC | 謔帛? | 1111100111001100110110111101100100111111 | f9ccdbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)