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 | 陲也ォッ | 111010001010001010010110111001111010101110101111 | e8a296e7abaf |
EUC-JP | 陲也ォッ | 1111000010100100110011001110100110001110101010111000111010101111 | f0a4cce98eab8eaf |
UTF-8 | 陲也ォッ | 111010011001100110110010111001001011100110011111111011111011110110101011111011111011110110101111 | e999b2e4b99fefbdabefbdaf |
UHC | ?也?? | 0011111111100101101001010011111100111111 | 3fe5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)