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 | 厓ら?? | 111110101000110110000010111001110011111100111111 | fa8d82e73f3f |
EUC-JP | 厓ら?? | 10001111101101001100011110100100111010010011111100111111 | 8fb4c7a4e93f3f |
UTF-8 | 厓ら솈溜 | 111001011000111010010011111000111000001010001001111011001000011010001000111011111010011110001011 | e58e93e38289ec8688efa78b |
UHC | 厓ら솈溜 | 1110010011101101101010101110100110011001100011001110101011111110 | e4edaae9998ceafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)