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 | ?????託 | 00111111001111110011111100111111001111111001000111110101 | 3f3f3f3f3f91f5 |
EUC-JP | ?????託 | 00111111001111110011111100111111001111111100001011110111 | 3f3f3f3f3fc2f7 |
UTF-8 | 쒔렔렋롃뤙託 | 111011001001001010010100111010111010000010010100111010111010000010001011111010111010000110000011111010111010010010011001111010001010100010010111 | ec9294eba094eba08beba183eba499e8a897 |
UHC | 쒔렔렋롃뤙託 | 101111101010110110001110101010011000111010100010100011101100101010001111110010001111011011111110 | bead8ea98ea28eca8fc8f6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)