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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 髯ャ繧芽乢^ | 11101001100110011010110011100011100000101000100111101000100110111010010001011110 | e999ace38289e89ba45e |
EUC-JP | 髯ャ繧芽乢^ | 1111000111111001100011101010110011100101111000101011001011101010110101101010011001011110 | f1f98eace5e2b2ead6a65e |
UTF-8 | 髯ャ繧芽乢^ | 11101001101010111010111111101111101111011010110011100111101110011010011111101000100010101011110111100100101110011010001001011110 | e9abafefbdace7b9a7e88abde4b9a25e |
UHC | ???芽?^ | 00111111001111110011111111100100101101000011111101011110 | 3f3f3fe4b43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)