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 | ?W? | 001111110101011100111111 | 3f573f |
SJIS-WIN | ?W? | 001111110101011100111111 | 3f573f |
EUC-JP | ?W? | 001111110101011100111111 | 3f573f |
UTF-8 | 뭑W묮 | 11101011101011011001000101010111111010111010110010101110 | ebad9157ebacae |
UHC | 뭑W묮 | 1001001001011001010101111001001001000101 | 9259579245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)