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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?肯彬寃?? | 001111111000110101101101100101010110101010011011100000110011111100111111 | 3f8d6d956a9b833f3f |
EUC-JP | 勖肯彬寃?? | 1000111110110011111011011011100111001110110010011100101111010101111000110011111100111111 | 8fb3edb9cec9cbd5e33f3f |
UTF-8 | 勖肯彬寃대렠 | 111001011000101110010110111010001000001010101111111001011011110110101100111001011010111110000011111010111000110010000000111010111010000010100000 | e58b96e882afe5bdace5af83eb8c80eba0a0 |
UHC | 勖肯彬寃대렠 | 111010011110110111010000111010011101111010101111111010101011001010110100111010111000111010110001 | e9edd0e9deafeab2b4eb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)