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 | 髴阪h繽崎ュ | 1110100110011100100011011110001110000010100010001110001110001111100011011110100010101101 | e99c8de38288e38f8de8ad |
EUC-JP | 髴阪h繽崎ュ | 111100011111110010111010111001011010001111101000111001011110111110111010111010101000111010101101 | f1fcbae5a3e8e5efbaea8ead |
UTF-8 | 髴阪h繽崎ュ | 111010011010101110110100111010011001100010101010111011111011110110001000111001111011100110111101111001011011010010001110111011111011110110101101 | e9abb4e998aaefbd88e7b9bde5b48eefbdad |
UHC | ?阪h?崎? | 001111111111100010100001101000111110100000111111110100001111100000111111 | 3ff8a1a3e83fd0f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)