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 | 小縟橈? | 10001111101011001110001101110100100111101111010000111111 | 8face3749ef43f |
EUC-JP | 小縟橈炤 | 101111101010111011100101110101011101110011110110100011111100100111010010 | beaee5d5dcf68fc9d2 |
UTF-8 | 小縟橈炤 | 111001011011000010001111111001111011100010011111111001101010100110001000111001111000001010100100 | e5b08fe7b89fe6a988e782a4 |
UHC | 小縟橈炤 | 1110000110110011111010011011001011101000111110101110000110111111 | e1b3e9b2e8fae1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)