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 | ???民梨 | 00111111001111110011111110010110101011111001011110011100 | 3f3f3f96af979c |
EUC-JP | ???民梨 | 00111111001111110011111111001100101100011100110111111100 | 3f3f3fccb1cdfc |
UTF-8 | 렺셔ㅕ民梨 | 111010111010000010111010111011001000010110010100111000111000010110010101111001101011000010010001111001101010001010101000 | eba0baec8594e38595e6b091e6a2a8 |
UHC | 렺셔ㅕ民梨 | 10001110110000101011110011000101101001001100010111011010110001011101011111011110 | 8ec2bcc5a4c5dac5d7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)