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 | ????▼? | 00111111001111110011111100111111100000011010010100111111 | 3f3f3f3f81a53f |
EUC-JP | ????▼? | 00111111001111110011111100111111101000101010011100111111 | 3f3f3f3fa2a73f |
UTF-8 | 嶪우슌溜▼쪊 | 111001011011011010101010111011001001101010110000111011001000101010001100111011111010011110001011111000101001011010111100111011001010101010001010 | e5b6aaec9ab0ec8a8cefa78be296bcecaa8a |
UHC | 嶪우슌溜▼쪊 | 111001011111010110111111111011001001101010011100111010101111111010100001111001011010010110000100 | e5f5bfec9a9ceafea1e5a584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)