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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?咽禎? | 001111111000100011110100100100101111010100111111 | 3f88f492f53f |
EUC-JP | ?咽禎? | 001111111011000011110110110001001111011100111111 | 3fb0f6c4f73f |
UTF-8 | 앉咽禎렠 | 111011001001010110001001111001011001001010111101111001111010011010001110111010111010000010100000 | ec9589e592bde7a68eeba0a0 |
UHC | 앉咽禎렠 | 1011111011001001111011001101011011101111111011101000111010110001 | bec9ecd6efee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)