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 | 騾主沁縺 | 1110100110000000100011101110010110011111100011101110001110000001 | e9808ee59f8ee381 |
EUC-JP | 騾主沁縺 | 1111000111100000101111001110011111011101111011101110010111100001 | f1e0bce7ddeee5e1 |
UTF-8 | 騾主沁縺 | 111010011010100010111110111001001011100010111011111001101011001010000001111001111011100010111010 | e9a8bee4b8bbe6b281e7b8ba |
UHC | ?主沁? | 001111111111000110101011111000111111111000111111 | 3ff1abe3fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)