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 | 泳??徇?? | 1000100101101010001111110011111110011100011011010011111100111111 | 896a3f3f9c6d3f3f |
EUC-JP | 泳??徇?? | 1011000111001011001111110011111111010111110011100011111100111111 | b1cb3f3fd7ce3f3f |
UTF-8 | 泳쒗뤃徇껊젘 | 111001101011001110110011111011001001001010010111111010111010010010000011111001011011111010000111111010101011101110001010111011001010000010011000 | e6b3b3ec9297eba483e5be87eabb8aeca098 |
UHC | 泳쒗뤃徇껊젘 | 111001111011011010011100111011011000111110110100111000101101111110000011111010111010000010010100 | e7b69ced8fb4e2df83eba094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)