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 | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | 十??^F | 100011110101110000111111001111110101111001000110 | 8f5c3f3f5e46 |
EUC-JP | 十??^F | 101111011011110100111111001111110101111001000110 | bdbd3f3f5e46 |
UTF-8 | 十딇뢎^F | 1110010110001101100000011110101110010100100001111110101110100010100011100101111001000110 | e58d81eb9487eba28e5e46 |
UHC | 十딇뢎^F | 1110010010101000100010101110110110001111010010010101111001000110 | e4a88aed8f495e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)