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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?要? | 00111111100101110111011000111111 | 3f97763f |
EUC-JP | ?要? | 00111111110011011101011100111111 | 3fcdd73f |
UTF-8 | 쒔要렋 | 111011001001001010010100111010001010011010000001111010111010000010001011 | ec9294e8a681eba08b |
UHC | 쒔要렋 | 101111101010110111101001101010011000111010100010 | beade9a98ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)