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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 羆羞羝疆B | 111000111010111111100011101101011110001110110110111000010110010001000010 | e3afe3b5e3b6e16442 |
EUC-JP | 羆羞羝疆B | 111001101011000111100110101101111110011010111000111000011100010101000010 | e6b1e6b7e6b8e1c542 |
UTF-8 | 羆羞羝疆B | 11100111101111101000011011100111101111101001111011100111101111101001110111100111100101101000011001000010 | e7be86e7be9ee7be9de7968642 |
UHC | ?羞?疆B | 00111111111000101011101000111111110010111011001001000010 | 3fe2ba3fcbb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)