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 | ?盆??? | 001111111001011001111110001111110011111100111111 | 3f967e3f3f3f |
EUC-JP | ?盆??? | 001111111100101111011111001111110011111100111111 | 3fcbdf3f3f3f |
UTF-8 | 렺盆렺셔렭 | 111010111010000010111010111001111001101110000110111010111010000010111010111011001000010110010100111010111010000010101101 | eba0bae79b86eba0baec8594eba0ad |
UHC | 렺盆렺셔렭 | 10001110110000101101110111001110100011101100001010111100110001011000111010111010 | 8ec2ddce8ec2bcc58eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)