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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阨」蛹コ譴オ | 111010001001010110100011111001011000110010111010111001101010001010110101 | e895a3e58cbae6a2b5 |
EUC-JP | 阨」蛹コ譴オ | 111011111111010110001110101000111110100111101100100011101011101011101100101001001000111010110101 | eff58ea3e9ec8ebaeca48eb5 |
UTF-8 | 阨」蛹コ譴オ | 111010011001100010101000111011111011110110100011111010001001101110111001111011111011110110111010111010001010110110110100111011111011110110110101 | e998a8efbda3e89bb9efbdbae8adb4efbdb5 |
UHC | ????譴? | 00111111001111110011111100111111110011001011100100111111 | 3f3f3f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)