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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髣秘。皮ォタ | 11101001100101111001010011101001101000011001010011100111101010111000001101011110 | e99794e9a194e7ab835e |
EUC-JP | 髣秘。皮ォタ | 111100011111011111001000111010111000111010100001110010001110100110001110101010111010010110111111 | f1f7c8eb8ea1c8e98eaba5bf |
UTF-8 | 髣秘。皮ォタ | 111010011010101110100011111001111010011110011000111011111011110110100001111001111001101010101110111011111011110110101011111000111000001010111111 | e9aba3e7a798efbda1e79aaeefbdabe382bf |
UHC | ?秘?皮?タ | 001111111101110111111010001111111111100110101011001111111010101110111111 | 3fddfa3ff9ab3fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)