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 | 隴ォ譎我 | 11101000101011011010101111100110100110011000100111100100 | e8adabe69989e4 |
EUC-JP | 隴ォ譎我 | 1111000010101111100011101010101111101011111110011011001011100110 | f0af8eabebf9b2e6 |
UTF-8 | 隴ォ譎我 | 111010011001101010110100111011111011110110101011111010001010110110001110111001101000100010010001 | e99ab4efbdabe8ad8ee68891 |
UHC | ??譎我 | 001111110011111111111101110100101110010010110010 | 3f3ffdd2e4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)