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 | 侑??箏 | 100110001101000000111111001111111110001010110101 | 98d03f3fe2b5 |
EUC-JP | 侑??箏 | 110100001101001000111111001111111110010010110111 | d0d23f3fe4b7 |
UTF-8 | 侑멱딜箏 | 111001001011111010010001111010111010100110110001111010111001010010011100111001111010111010001111 | e4be91eba9b1eb949ce7ae8f |
UHC | 侑멱딜箏 | 1110101011100010101110001110100010110101111101001110111010110100 | eae2b8e8b5f4eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)