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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 塡®?? | 1000111110111000101101001000111110100010111011100011111100111111 | 8fb8b48fa2ee3f3f |
UTF-8 | 塡®맒롇 | 1110010110100001101000011100001010101110111010111010011110010010111010111010000110000111 | e5a1a1c2aeeba792eba187 |
UHC | 塡®맒롇 | 1110111011110011101000101110011110111000101111011000111011001101 | eef3a2e7b8bd8ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)