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 | 邊千、ヲ | 111001111011001010010000111001111010010010100110 | e7b290e7a4a6 |
EUC-JP | 邊千、ヲ | 1110111010110100110000001110100110001110101001001000111010100110 | eeb4c0e98ea48ea6 |
UTF-8 | 邊千、ヲ | 111010011000001010001010111001011000110110000011111011111011110110100100111011111011110110100110 | e9828ae58d83efbda4efbda6 |
UHC | 邊千?? | 110111001010101111110100101101100011111100111111 | dcabf4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)