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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 十??rB | 100011110101110000111111001111110111001001000010 | 8f5c3f3f7242 |
EUC-JP | 十??rB | 101111011011110100111111001111110111001001000010 | bdbd3f3f7242 |
UTF-8 | 十뎼뢕rB | 1110010110001101100000011110101110001110101111001110101110100010100101010111001001000010 | e58d81eb8ebceba2957242 |
UHC | 十뎼뢕rB | 1110010010101000100010011000111110001111010100000111001001000010 | e4a8898f8f507242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)