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 | 曜????? | 10010111011010100011111100111111001111110011111100111111 | 976a3f3f3f3f3f |
EUC-JP | 曜??靷?? | 110011011100101100111111001111111000111111100111101111010011111100111111 | cdcb3f3f8fe7bd3f3f |
UTF-8 | 曜쒑븥靷용ㅁ | 111001101001101110011100111011001001001010010001111010111011100010100101111010011001110110110111111011001001101010101001111000111000010110000001 | e69b9cec9291ebb8a5e99db7ec9aa9e38581 |
UHC | 曜쒑븥靷용ㅁ | 111010001111100010011100111010001001010110001110111011001110011010111111111010111010010010110001 | e8f89ce8958eece6bfeba4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)