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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?藪僥 | 0011111111100101010011011001100101000110 | 3fe54d9946 |
EUC-JP | ?藪僥 | 0011111111101001101011101101000110100111 | 3fe9aed1a7 |
UTF-8 | 쏰藪僥 | 111011001000111110110000111010001001011110101010111001011000001110100101 | ec8fb0e897aae583a5 |
UHC | 쏰藪僥 | 100111000100111111100010101111111110100011101001 | 9c4fe2bfe8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)