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 | ?悠ゅ??け | 001111111001011101001001100000101110001100111111001111111000001010101111 | 3f974982e33f3f82af |
EUC-JP | ?悠ゅ??け | 001111111100110110101010101001001110010100111111001111111010010010110001 | 3fcdaaa4e53f3fa4b1 |
UTF-8 | 룫悠ゅ룴횕け | 111010111010001110101011111001101000001010100000111000111000001010000101111010111010001110110100111011011001101010010101111000111000000110010001 | eba3abe682a0e38285eba3b4ed9a95e38191 |
UHC | 룫悠ゅ룴횕け | 100011111010001011101010111011011010101011100101100011111010100111000011100011111010101010110001 | 8fa2eaedaae58fa9c38faab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)