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 | 霓ュ?控 | 11101000101111011000001110000101001111111000110101010100 | e8bd83853f8d54 |
EUC-JP | 霓ュ?控 | 11110000101111111010010111100101001111111011100110110101 | f0bfa5e53fb9b5 |
UTF-8 | 霓ュ읆控 | 111010011001110010010011111000111000001110100101111011001001110110000110111001101000111010100111 | e99c93e383a5ec9d86e68ea7 |
UHC | 霓ュ읆控 | 1110011111100111101010111110010110011111101111001100110111110011 | e7e7abe59fbccdf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)