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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???靷?? | 0011111100111111001111111000111111100111101111010011111100111111 | 3f3f3f8fe7bd3f3f |
UTF-8 | 緣쏅맔靷㎪벴 | 111001111011011110100011111011001000111110000101111010111010011110010100111010011001110110110111111000111000111010101010111010111011001010110100 | e7b7a3ec8f85eba794e99db7e38eaaebb2b4 |
UHC | 緣쏅맔靷㎪벴 | 111001101101111010011011111010111001000010100110111011001110011010100111111001101011101010101011 | e6de9beb90a6ece6a7e6baab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)