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 | ??I? | 0011111100111111100000100110100000111111 | 3f3f82683f |
EUC-JP | ??I? | 0011111100111111101000111100100100111111 | 3f3fa3c93f |
UTF-8 | 렺뗘I렺 | 111010111010000010111010111010111001011110011000111011111011110010101001111010111010000010111010 | eba0baeb9798efbca9eba0ba |
UHC | 렺뗘I렺 | 1000111011000010101101101100010110100011110010011000111011000010 | 8ec2b6c5a3c98ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)