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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?り?誼?┨ | 001111111000001011101000001111111000101101100010001111111000010010110111 | 3f82e83f8b623f84b7 |
EUC-JP | ?り?誼?┨ | 001111111010010011101010001111111011010111000011001111111010100010111001 | 3fa4ea3fb5c33fa8b9 |
UTF-8 | 閭り랜誼울┨ | 111011111010011010000110111000111000001010001010111010111001111010011100111010001010101010111100111011001001101010111000111000101001010010101000 | efa686e3828aeb9e9ce8aabcec9ab8e294a8 |
UHC | 閭り랜誼울┨ | 111001101010110110101010111010101011011110100011111010111111111010111111111011111010011010111001 | e6adaaeab7a3ebfebfefa6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)