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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???厓э?\ | 001111110011111100111111111110101000110110000100100011110011111101011100 | 3f3f3ffa8d848f3f5c |
EUC-JP | ???厓э?\ | 00111111001111110011111110001111101101001100011110100111111011110011111101011100 | 3f3f3f8fb4c7a7ef3f5c |
UTF-8 | 若듸숯厓э슈\ | 111011111010010110110100111010111001001110111000111011001000100010101111111001011000111010010011110100011000110111101100100010101000100001011100 | efa5b4eb93b8ec88afe58e93d18dec8a885c |
UHC | 若듸숯厓э슈\ | 11100101101011101011010111101111101111011010000111100100111011011010110011101111101111011011010001011100 | e5aeb5efbda1e4edacefbdb45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)