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 | 航?ず烙 | 10001101011100010011111110000010101110001110000010000000 | 8d713f82b8e080 |
EUC-JP | 航?ず烙 | 10111001110100100011111110100100101110101101111111100000 | b9d23fa4badfe0 |
UTF-8 | 航엉ず烙 | 111010001000100010101010111011001001011110001001111000111000000110011010111001111000001110011001 | e888aaec9789e3819ae78399 |
UHC | 航엉ず烙 | 1111100111111110101111101111101110101010101110101101010110100111 | f9febefbaabad5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)