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 | ?疾?馴 | 001111111000111010111110001111111001001111101001 | 3f8ebe3f93e9 |
EUC-JP | 瑄疾瑄馴 | 10001111110011001011100110111100110000001000111111001100101110011100011011101011 | 8fccb9bcc08fccb9c6eb |
UTF-8 | 瑄疾瑄馴 | 111001111001000110000100111001111001011010111110111001111001000110000100111010011010011010110100 | e79184e796bee79184e9a6b4 |
UHC | 瑄疾瑄馴 | 1110000011000101111100101111000011100000110001011110001011111000 | e0c5f2f0e0c5e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)