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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???禎? | 001111110011111100111111100100101111010100111111 | 3f3f3f92f53f |
EUC-JP | ???禎? | 001111110011111100111111110001001111011100111111 | 3f3f3fc4f73f |
UTF-8 | 않렠롊禎렡 | 111011001001010110001010111010111010000010100000111010111010000110001010111001111010011010001110111010111010000010100001 | ec958aeba0a0eba18ae7a68eeba0a1 |
UHC | 않렠롊禎렡 | 10111110110010101000111010110001100011101101000011101111111011101000111010110010 | beca8eb18ed0efee8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)