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 | 霆ク謔卯 | 11101000101110111011100011100110100000101000100101001011 | e8bbb8e682894b |
EUC-JP | 霆ク謔卯 | 1111000010111101100011101011100011101011111000101011000110101100 | f0bd8eb8ebe2b1ac |
UTF-8 | 霆ク謔卯 | 111010011001110010000110111011111011110110111000111010001010110010010100111001011000110110101111 | e99c86efbdb8e8ac94e58daf |
UHC | 霆?謔卯 | 11101111111111010011111111111001110011001101100111010110 | effd3ff9ccd9d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)