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 | 杓酌上゚ | 10001110110110111000111011011110100011111110001111011111 | 8edb8ede8fe3df |
EUC-JP | 杓酌上゚ | 1011110011011101101111001110000010111110111001011000111011011111 | bcddbce0bee58edf |
UTF-8 | 杓酌上゚ | 111001101001110110010011111010011000010110001100111001001011100010001010111011111011111010011111 | e69d93e9858ce4b88aefbe9f |
UHC | 杓酌上? | 11111000111101011110110111001100110111111011111000111111 | f8f5edccdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)