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 | ?丞? | 00111111100011111110010100111111 | 3f8fe53f |
EUC-JP | ?丞? | 00111111101111101110011100111111 | 3fbee73f |
UTF-8 | 쒔丞쑈 | 111011001001001010010100111001001011100010011110111011001001000110001000 | ec9294e4b89eec9188 |
UHC | 쒔丞쑈 | 101111101010110111100011101010101011111010100100 | beade3aabea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)